mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-21 13:03:41 +01:00
Fix assert
This commit is contained in:
@@ -142,7 +142,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
StartupTimeout = 30,
|
||||
Port = ddPort
|
||||
}, cancellationToken);
|
||||
Assert.AreEqual(15U, updatedDD.StartupTimeout);
|
||||
Assert.AreEqual(30U, updatedDD.StartupTimeout);
|
||||
Assert.AreEqual(ddPort, updatedDD.Port);
|
||||
|
||||
async Task<JobResponse> CompileAfterByondInstall()
|
||||
|
||||
Reference in New Issue
Block a user