Actually appveyor must have a database, no way this would work otherwise

This commit is contained in:
Cyberboss
2018-07-19 14:42:24 -04:00
parent 71ebb63398
commit cc8c0e2001
@@ -14,7 +14,8 @@ namespace Tgstation.Server.Host.Core.Tests
public void RegisterForUpdate(Action action) => throw new NotImplementedException();
public static async Task TestSuccessfulStartup()
[TestMethod]
public async Task TestSuccessfulStartup()
{
var dbName = Path.GetTempFileName();
try