diff --git a/tests/Tgstation.Server.Host.Tests/Swarm/TestableSwarmNode.cs b/tests/Tgstation.Server.Host.Tests/Swarm/TestableSwarmNode.cs index 30bb68087b..541cd46879 100644 --- a/tests/Tgstation.Server.Host.Tests/Swarm/TestableSwarmNode.cs +++ b/tests/Tgstation.Server.Host.Tests/Swarm/TestableSwarmNode.cs @@ -241,7 +241,7 @@ namespace Tgstation.Server.Host.Swarm.Tests async Task ExecuteUpdate(Version version, CancellationToken cancellationToken, CancellationToken criticalCancellationToken) { - logger.LogTrace("BeginUpdate..."); + logger.LogTrace("ExecuteUpdate..."); await Task.Yield(); // Important to simulate some actual kind of asyncronicity here await Service.PrepareUpdate(version, cancellationToken);