THAT IS A VERY STRANGE ASSERT TO FAIL

This commit is contained in:
Jordan Brown
2020-07-06 03:12:33 -04:00
parent f8ae110c45
commit 5c348958d1
@@ -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);