oups
continuous-integration/drone/push Build is passing Details

test_old_branch
Jérémy Mouyon 11 months ago
parent a82aa56f56
commit aef5efb2ac

@ -88,7 +88,7 @@ public class TestGame
game.StartGame(); game.StartGame();
Assert.False(game.GameRunning); Assert.False(game.GameRunning);
} }
List<string> playerstest = ["test", "test1"]; List<string> playerstest = [p1, p2];
game.AddPlayerInGame(playerstest); game.AddPlayerInGame(playerstest);
game.StartGame(); game.StartGame();
@ -102,7 +102,7 @@ public class TestGame
public void Test_GameGetPlayingPlayerPosition(bool result, string p1, string p2, string p3) public void Test_GameGetPlayingPlayerPosition(bool result, string p1, string p2, string p3)
{ {
Game game = new Game(); Game game = new Game();
List<string> playerstest = ["test", "test1", "test2"]; List<string> playerstest = [p1, p2, p3];
game.AddPlayerInGame(playerstest); game.AddPlayerInGame(playerstest);
if (!result) if (!result)

Loading…
Cancel
Save