Missed update to use builder in one place

This commit is contained in:
ajcvickers 2015-03-11 13:55:31 -07:00
parent b016764f26
commit 616ccb514f
1 changed files with 1 additions and 1 deletions

View File

@ -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());