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

Add visual test coverage of private room status

This commit is contained in:
Bartłomiej Dach 2024-05-03 11:25:50 +02:00
parent 7141177966
commit f57818f5a2
No known key found for this signature in database

View File

@ -69,8 +69,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
}), }),
createLoungeRoom(new Room createLoungeRoom(new Room
{ {
Name = { Value = "Multiplayer room" }, Name = { Value = "Private room" },
Status = { Value = new RoomStatusOpen() }, Status = { Value = new RoomStatusOpenPrivate() },
HasPassword = { Value = true },
EndDate = { Value = DateTimeOffset.Now.AddDays(1) }, EndDate = { Value = DateTimeOffset.Now.AddDays(1) },
Type = { Value = MatchType.HeadToHead }, Type = { Value = MatchType.HeadToHead },
Playlist = Playlist =