mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Add a diagnostic message to an Assert
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Tgstation.Server.Tests.Live.Instance
|
||||
var wasMissableJob = job.JobCode == JobCode.ReconnectChatBot
|
||||
|| job.JobCode == JobCode.StartupWatchdogLaunch
|
||||
|| job.JobCode == JobCode.StartupWatchdogReattach;
|
||||
Assert.IsTrue(wasMissableJob);
|
||||
Assert.IsTrue(wasMissableJob, $"Found unexpected missed job: {job.Description}");
|
||||
++missableMissedJobs;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user