mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
THAT IS A VERY STRANGE ASSERT TO FAIL
This commit is contained in:
@@ -213,7 +213,7 @@ namespace Tgstation.Server.Tests
|
||||
.ToList();
|
||||
}
|
||||
|
||||
Assert.AreEqual(1, jobs.Count);
|
||||
Assert.AreEqual(1, jobs.Count, $"Why are there multiple active jobs? \"{String.Join("\", \"", jobs.Select(x => x.Description))}\"");
|
||||
|
||||
var reattachJob = jobs.Single();
|
||||
Assert.IsTrue(reattachJob.StartedAt.Value >= preStartupTime);
|
||||
|
||||
Reference in New Issue
Block a user