From 2f6c475ecdcf8885d0866bcc6506724efc4e6aa7 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Thu, 9 Feb 2023 13:57:19 +0100 Subject: [PATCH] Test Unitaire POST --- Sources/TestUnitaire/TestAPILol.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/TestUnitaire/TestAPILol.cs b/Sources/TestUnitaire/TestAPILol.cs index 43a6d08..20fc95b 100644 --- a/Sources/TestUnitaire/TestAPILol.cs +++ b/Sources/TestUnitaire/TestAPILol.cs @@ -28,7 +28,6 @@ namespace TestUnitaire Task nbItemTask = nbItem; // Assert - Assert.IsType(result); // Verify that the champions is added to the stub Assert.Equal(7, nbItemTask.Result);