Commit 6dcfc0ab authored by Scott DePouw's avatar Scott DePouw

Fix comment.

parent 334c2535
......@@ -21,7 +21,7 @@ namespace CleanArchitecture.Tests.Integration.Web
.AddEntityFrameworkInMemoryDatabase()
.BuildServiceProvider();
// Add a database context (ApplicationDbContext) using an in-memory
// Add a database context (AppDbContext) using an in-memory
// database for testing.
services.AddDbContext<AppDbContext>(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