Skip to content

Commit

Permalink
woah
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 25, 2024
1 parent 77f4c99 commit acc59cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Content.IntegrationTests/Pair/TestPair.Recycle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ public void ValidateSettings(PoolSettings settings)
Assert.That(sPlayer.Sessions.Count(), Is.EqualTo(1));
var session = sPlayer.Sessions.Single();
Assert.That(cPlayer.LocalSession?.UserId, Is.EqualTo(session.UserId));
Assert.That(sPlayer.Sessions.Count, Is.EqualTo(ticker.PlayerGameStatuses.Count));

if (ticker.DummyTicker)
return;
Expand Down

0 comments on commit acc59cb

Please sign in to comment.