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); }