diff --git a/Sources/TestUnitaire/UnitTestChampion.cs b/Sources/TestUnitaire/UnitTestChampion.cs index f6c318b..3800747 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() { //Act @@ -92,7 +92,7 @@ namespace TestUnitaire // Assert Assert.IsInstanceOfType(result, typeof(OkResult)); Assert.IsNotNull(stub.ChampionsMgr.GetItemsByName("Bibouuu",0, await stub.ChampionsMgr.GetNbItems())); - } + }*/ }