mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
Actually appveyor must have a database, no way this would work otherwise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user