From b5c89415800f0962d1ee81491a497f94ca92a889 Mon Sep 17 00:00:00 2001 From: "jeremy.mouyon" Date: Sun, 2 Jun 2024 12:17:23 +0200 Subject: [PATCH] major smell fix / --- Qwirkle/TestBase/TestGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qwirkle/TestBase/TestGame.cs b/Qwirkle/TestBase/TestGame.cs index 7a3f615..308beb1 100644 --- a/Qwirkle/TestBase/TestGame.cs +++ b/Qwirkle/TestBase/TestGame.cs @@ -38,7 +38,7 @@ public class TestGame [Theory] [InlineData(false, null)] [InlineData(true, "test")] - public void Test_GameAddPlayerIngame2(bool result, string p) + public void Test_GameAddPlayerIngame2(bool result, string? p) { Game game = new Game(); List players = new List();