From 0fbd8da04d02dbffdd3332869e20fbc1fd9ed12d Mon Sep 17 00:00:00 2001 From: sleepyyapril Date: Mon, 23 Dec 2024 02:47:16 -0400 Subject: [PATCH] scuffed --- Content.IntegrationTests/Pair/TestPair.Recycle.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Content.IntegrationTests/Pair/TestPair.Recycle.cs b/Content.IntegrationTests/Pair/TestPair.Recycle.cs index b59a923e78c..8976a9252c3 100644 --- a/Content.IntegrationTests/Pair/TestPair.Recycle.cs +++ b/Content.IntegrationTests/Pair/TestPair.Recycle.cs @@ -199,6 +199,10 @@ public void ValidateSettings(PoolSettings settings) var session = sPlayer.Sessions.Single(); Assert.That(cPlayer.LocalSession?.UserId, Is.EqualTo(session.UserId)); + if (!ticker.PlayerGameStatuses.ContainsKey(session.UserId)) + Assert.Fail($"{session.UserId} was not found.\n\n" + + $"{string.Join(", ", ticker.PlayerGameStatuses.Keys.Select(s => s.ToString()))}"); + if (ticker.DummyTicker) return;