1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 17:00:32 +08:00

Fix test failure

This commit is contained in:
Dan Balasescu
2025-09-04 21:09:25 +09:00
Unverified
parent 330b61f4c0
commit 35e1fa6660
@@ -29,7 +29,7 @@ namespace osu.Game.Tests.Visual.Matchmaking
[Test]
public void TestBasic()
{
AddUntilStep("wait for queue screen", () => queueScreen != null);
AddUntilStep("wait for queue screen", () => queueScreen?.IsLoaded == true);
AddStep("set users", () =>
{