Skip to content

Commit

Permalink
Fix them slashes for cross-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
farlee2121 committed Dec 6, 2023
1 parent 0d5e7f8 commit a311c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ResXFileRef.ConverterTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void ConvertFrom_ReadsFileAsString()
[Fact]
public void ConvertFrom_ReadsFileAsStringUsingEncodingFromRefString()
{
var resxFileRefString = @"TestResources\Files\text.utf8.txt;System.String;utf-8";
var resxFileRefString = @"TestResources/Files/text.utf8.txt;System.String;utf-8";
var expected = "Привет";
var converter = new ResXFileRef.Converter();

Expand Down

0 comments on commit a311c46

Please sign in to comment.