1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Fix one new inspection (rider EAP)

This commit is contained in:
Dean Herbert
2026-05-13 02:52:27 +09:00
Unverified
parent e570f15475
commit af0e9d9bd4
@@ -48,7 +48,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{ {
allowResponseCallback.Wait(10000); allowResponseCallback.Wait(10000);
allowResponseCallback.Reset(); allowResponseCallback.Reset();
Schedule(() => d?.Invoke("Incorrect password", new InvalidPasswordException())); Schedule(() => d("Incorrect password", new InvalidPasswordException()));
}); });
}); });