Commit 44e9593f authored by Ariel Piñeiro's avatar Ariel Piñeiro

Same database name that appsettings.json.

parent b21475aa
......@@ -26,7 +26,7 @@ namespace CleanArchitecture.Tests.Integration.Data
// Create a new options instance telling the context to use an
// InMemory database and the new service provider.
var builder = new DbContextOptionsBuilder<AppDbContext>();
builder.UseInMemoryDatabase("db")
builder.UseInMemoryDatabase("cleanarchitecture")
.UseInternalServiceProvider(serviceProvider);
return builder.Options;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment