mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:35:10 +08:00
Fix test failures due to missing room name
This commit is contained in:
parent
5891780427
commit
278d887ee5
@ -43,6 +43,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
getRoomRequest.TriggerSuccess(new Room
|
||||
{
|
||||
RoomID = { Value = 1234 },
|
||||
Name = { Value = "Aug 8, 2024" },
|
||||
Playlist =
|
||||
{
|
||||
new PlaylistItem(beatmap)
|
||||
|
Loading…
Reference in New Issue
Block a user