1
0
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:
Dean Herbert 2024-08-08 15:10:14 +09:00
parent 5891780427
commit 278d887ee5
No known key found for this signature in database

View File

@ -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)