major smell fix /
continuous-integration/drone/push Build is passing Details

test_old_branch
Jérémy Mouyon 11 months ago
parent a6e3dedc82
commit b5c8941580

@ -38,7 +38,7 @@ public class TestGame
[Theory] [Theory]
[InlineData(false, null)] [InlineData(false, null)]
[InlineData(true, "test")] [InlineData(true, "test")]
public void Test_GameAddPlayerIngame2(bool result, string p) public void Test_GameAddPlayerIngame2(bool result, string? p)
{ {
Game game = new Game(); Game game = new Game();
List<string> players = new List<string>(); List<string> players = new List<string>();

Loading…
Cancel
Save