isntallation steps

This commit is contained in:
Paul Schneider
2021-07-05 21:24:37 +01:00
parent 476d35ae8a
commit 709e1433bb
10 changed files with 85 additions and 44 deletions

View File

@ -20,7 +20,7 @@ namespace nuget.host.tests
[Fact]
public void TestHaveTestDbContext()
public void TestHaveTestDbContextAndMigrate()
{
string envVar = Environment.GetEnvironmentVariable("ASPNETCORE_ENVIRONMENT");
Assert.Equal("Development", envVar);