Skip to content

Commit

Permalink
Remove local fix for tests that breaks the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Nov 25, 2023
1 parent 108c4f3 commit 17a8bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ResxDataNodeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void ResxDataNode_ResXFileRefsWrittenBackWithSameAssemblyInfo()
}
}

Assert.Equal(originalResx, writerOutput.ToString().Replace("\r\n", "\n"));
Assert.Equal(originalResx, writerOutput.ToString());
}

[Fact]
Expand Down

0 comments on commit 17a8bb4

Please sign in to comment.