From 0f22c3d3eea7e402b28e3fac459b0a2507e67f75 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Wed, 16 Apr 2025 16:17:48 -0400 Subject: [PATCH] Test clairification --- tests/Tgstation.Server.Host.Tests/Swarm/TestSwarmProtocol.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Host.Tests/Swarm/TestSwarmProtocol.cs b/tests/Tgstation.Server.Host.Tests/Swarm/TestSwarmProtocol.cs index 8ed7f348ee..caed145b5e 100644 --- a/tests/Tgstation.Server.Host.Tests/Swarm/TestSwarmProtocol.cs +++ b/tests/Tgstation.Server.Host.Tests/Swarm/TestSwarmProtocol.cs @@ -157,7 +157,7 @@ namespace Tgstation.Server.Host.Swarm.Tests Assert.AreEqual(SwarmRegistrationResult.Success, await node1.TryInit()); - Assert.AreEqual(2, controller.Service.GetSwarmServers().Count); + Assert.AreEqual(2, controller.Service.GetSwarmServers().Count, "thing 1"); await DelayMax(() => Assert.AreEqual(2, node1.Service.GetSwarmServers().Count), 5); }