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())); - }*/ + } }