1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 23:23:12 +08:00

Fix tests

This commit is contained in:
Dan Balasescu 2024-11-22 01:26:35 +09:00
parent f738fb2a89
commit 2a7266cb23
No known key found for this signature in database

View File

@ -71,7 +71,7 @@ namespace osu.Game.Tests.Visual.OnlinePlay
return true;
}
joinRoomRequest.TriggerSuccess();
joinRoomRequest.TriggerSuccess(createResponseRoom(room, true));
return true;
}