From ec30c62a53860497ac4c4f1321a8a7bf40b48fdd Mon Sep 17 00:00:00 2001 From: Lucas Delanier Date: Sun, 26 Mar 2023 12:09:33 +0200 Subject: [PATCH] ut --- Sources/TestUnitaire/UnitTestChampion.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/TestUnitaire/UnitTestChampion.cs b/Sources/TestUnitaire/UnitTestChampion.cs index 3084c87..bf9dff6 100644 --- a/Sources/TestUnitaire/UnitTestChampion.cs +++ b/Sources/TestUnitaire/UnitTestChampion.cs @@ -24,7 +24,7 @@ namespace TestUnitaire controller = new ChampionsController(stub, new NullLogger()); } - /*[TestMethod] + [TestMethod] public async Task TestGet() { var champions = await controller.Get(new PageRequest()); @@ -91,7 +91,7 @@ namespace TestUnitaire // Assert Assert.IsInstanceOfType(result, typeof(OkResult)); Assert.IsNotNull(stub.ChampionsMgr.GetItemsByName("Bibouuu",0, await stub.ChampionsMgr.GetNbItems())); - }*/ + } }