Skip to content

Commit

Permalink
fixed path for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Oct 22, 2023
1 parent b246465 commit c52cf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoG_SGreader.Test/IntegrationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void TestBadPath()
process.WaitForExit();

Assert.Contains("Could not find file", output);
Assert.Contains("SaveGames/doesntexist.cha", output);
Assert.Contains(Path.Combine("SaveGames", "doesntexist.cha"), output);
}

[Fact]
Expand Down

0 comments on commit c52cf33

Please sign in to comment.