Missed update to use builder in one place
This commit is contained in:
parent
b016764f26
commit
616ccb514f
|
|
@ -87,7 +87,7 @@ namespace Microsoft.AspNet.Diagnostics.Entity.Tests
|
|||
}
|
||||
});
|
||||
|
||||
using (var db = BloggingContextWithMigrations.CreateWithoutExternalServiceProvider(options))
|
||||
using (var db = BloggingContextWithMigrations.CreateWithoutExternalServiceProvider(optionsBuilder.Options))
|
||||
{
|
||||
Assert.False(db.Database.AsRelational().Exists());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue