Fixed test issue that resulted from previous modification
continuous-integration/drone/push Build is passing Details

test_old_branch
Jules LASCRET 1 year ago
parent 9f9dde001a
commit c39d5019b5

@ -16,7 +16,7 @@ namespace TestBase
var gamePersistence = new GamePersistenceXml();
gamePersistence.SaveGame(game);
Assert.True(File.Exists("Game.json"));
Assert.True(File.Exists("Game.xml"));
}
[Fact]

Loading…
Cancel
Save