From af0e9d9bd46b928a08a1a005aca4e9de86efd8fa Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 13 May 2026 02:52:27 +0900 Subject: [PATCH] Fix one new inspection (rider EAP) --- .../Visual/Multiplayer/TestSceneDrawableLoungeRoom.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableLoungeRoom.cs b/osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableLoungeRoom.cs index abb491ca31..ea2be1c066 100644 --- a/osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableLoungeRoom.cs +++ b/osu.Game.Tests/Visual/Multiplayer/TestSceneDrawableLoungeRoom.cs @@ -48,7 +48,7 @@ namespace osu.Game.Tests.Visual.Multiplayer { allowResponseCallback.Wait(10000); allowResponseCallback.Reset(); - Schedule(() => d?.Invoke("Incorrect password", new InvalidPasswordException())); + Schedule(() => d("Incorrect password", new InvalidPasswordException())); }); });