diff --git a/SoG_SGreader.Test/IntegrationTests.cs b/SoG_SGreader.Test/IntegrationTests.cs index 3d015e4..e861d21 100644 --- a/SoG_SGreader.Test/IntegrationTests.cs +++ b/SoG_SGreader.Test/IntegrationTests.cs @@ -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]