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)
|
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
||||||
{
|
{
|
||||||
// Want fresh in memory store for tests always for now
|
optionsBuilder.UseInMemoryDatabase();
|
||||||
optionsBuilder.UseInMemoryDatabase(persist: false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue