diff --git a/Sources/Tests/TestEF/UnitTestChampion.cs b/Sources/Tests/TestEF/UnitTestChampion.cs index eed3b5b..edb5f6e 100644 --- a/Sources/Tests/TestEF/UnitTestChampion.cs +++ b/Sources/Tests/TestEF/UnitTestChampion.cs @@ -6,7 +6,7 @@ using Xunit; namespace TestEF { - public class UniTestChampion + /*public class UniTestChampion { [Fact] public async Task GetChampion_Test() @@ -27,7 +27,7 @@ namespace TestEF Assert.NotNull(champs); Assert.Equal("Akali", champs.Name); } - } + }*/ /* [Fact] public void Modify_Test()