From dd49cb2d8195326f5ecd2cbdca1e84f8f1d9ce48 Mon Sep 17 00:00:00 2001 From: Dominion Date: Mon, 3 Apr 2023 16:27:20 -0400 Subject: [PATCH] Remove superfluous check --- tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs index 38803bb154..1c350fda37 100644 --- a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs @@ -154,7 +154,6 @@ namespace Tgstation.Server.Tests.Instance Assert.AreEqual(DreamDaemonSecurity.Trusted, newerCompileJob.MinimumSecurityLevel); Assert.AreEqual(DMApiConstants.InteropVersion, daemonStatus.StagedCompileJob.DMApiVersion); await instanceClient.DreamDaemon.Shutdown(cancellationToken); - await CheckDMApiFail(daemonStatus.ActiveCompileJob, cancellationToken); } async Task RunBasicTest(CancellationToken cancellationToken)