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())); }); });