From a6907d360dfc646b987dfdca252ffbb1ada69deb Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 14 Oct 2023 03:45:36 -0400 Subject: [PATCH] Missed a spot --- tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs index f299c3c32f..309f0d1963 100644 --- a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs @@ -242,6 +242,7 @@ namespace Tgstation.Server.Tests.Live.Instance new ByondVersionRequest { Version = testCustomVersion, + Engine = testVersion.Engine, }, null, cancellationToken);