Skip to content

Commit 6498ecb

Browse files
committed
Fix test for pipeline
1 parent 7e9a2c5 commit 6498ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Morestachio.Tests/ParserFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ public async Task TestCanRemoveLineBreaks()
18031803
var result = await CreateAndParseWithOptions(template, data, _options,
18041804
options => { return options.WithFormatters(typeof(EqualityFormatter)); });
18051805

1806-
Assert.That(result, Is.EqualTo("Test\n"));
1806+
Assert.That(result, Is.EqualTo($"Test{Environment.NewLine}"));
18071807
}
18081808

18091809
[Test]

0 commit comments

Comments
 (0)