diff --git a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs b/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs index 8e1e910618..2f5281fc45 100644 --- a/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs +++ b/test/Microsoft.AspNet.Identity.EntityFramework.InMemory.Test/InMemoryContext.cs @@ -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(); } } } \ No newline at end of file