diff --git a/Sources/Tests/TestEF/UnitTestChampion.cs b/Sources/Tests/TestEF/UnitTestChampion.cs index 3b7319b..eed3b5b 100644 --- a/Sources/Tests/TestEF/UnitTestChampion.cs +++ b/Sources/Tests/TestEF/UnitTestChampion.cs @@ -28,7 +28,7 @@ namespace TestEF Assert.Equal("Akali", champs.Name); } } - + /* [Fact] public void Modify_Test() { @@ -50,12 +50,12 @@ namespace TestEF context.Nounours.Add(chewie); context.Nounours.Add(yoda); - context.Nounours.Add(ewok);*/ + context.Nounours.Add(ewok); context.SaveChanges(); - } + }*/ //uses another instance of the context to do the tests - using (var context = new StubEFChampions(options)) + /* using (var context = new StubEFChampions(options)) { context.Database.EnsureCreated(); @@ -78,7 +78,7 @@ namespace TestEF nameToFind = "wick"; Assert.Equal(1, context.Champions.Where(n => n.Name.ToLower().Contains(nameToFind)).Count()); } - } + }*/ /* [SetUp] public void Setup()