Skip to content

Commit

Permalink
Fix MetadataUtils.Tests failures (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
riverar authored Feb 27, 2024
1 parent 9d6d88a commit c5d5bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MetadataUtils.Tests/ConstantsScraperTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void ScrapeConstantsFromTraversedFiles_MakeIntResourceConstantsPresent_Un
}

// Assert
Assert.Collection(mockFileSystem.GetFile("output.txt").TextContents.Split(Environment.NewLine),
Assert.Collection(mockFileSystem.GetFile("output.txt").TextContents.Split("\n"),
e => { },
e => { },
e => { /* namespace */ },
Expand Down

0 comments on commit c5d5bc5

Please sign in to comment.