Skip to content

Commit

Permalink
scuffed
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 23, 2024
1 parent d24876d commit 0fbd8da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Content.IntegrationTests/Pair/TestPair.Recycle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0fbd8da

Please sign in to comment.