Merge pull request #1425 from tgstation/1424-FixSQLiteCloseIssue

Close the test DB connection
This commit is contained in:
Jordan Dominion
2023-01-20 18:22:22 -05:00
committed by GitHub
@@ -271,6 +271,8 @@ namespace Tgstation.Server.Host.Setup
}
}
}
await testConnection.CloseAsync();
}
if (isSqliteDB && !dbExists)