Don't merge.

This commit is contained in:
Paul Schneider
2021-05-14 01:41:52 +01:00
parent d117f26c77
commit c83ff84370
6 changed files with 81 additions and 158 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);