React to EF API change
This commit is contained in:
parent
b9be30c6cd
commit
19641453f5
|
|
@ -26,8 +26,7 @@ namespace Microsoft.AspNet.Identity.EntityFramework.InMemory.Test
|
|||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||
{
|
||||
// Want fresh in memory store for tests always for now
|
||||
optionsBuilder.UseInMemoryDatabase(persist: false);
|
||||
optionsBuilder.UseInMemoryDatabase();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue