Don't merge.

This commit is contained in:
Paul Schneider 2021-05-14 01:41:52 +01:00
commit c83ff84370
6 changed files with 80 additions and 157 deletions

View file

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