mirror of https://github.com/ppy/osu
Add visual test coverage of private room status
This commit is contained in:
parent
7141177966
commit
f57818f5a2
|
@ -69,8 +69,9 @@ public void TestMultipleStatuses()
|
|||
}),
|
||||
createLoungeRoom(new Room
|
||||
{
|
||||
Name = { Value = "Multiplayer room" },
|
||||
Status = { Value = new RoomStatusOpen() },
|
||||
Name = { Value = "Private room" },
|
||||
Status = { Value = new RoomStatusOpenPrivate() },
|
||||
HasPassword = { Value = true },
|
||||
EndDate = { Value = DateTimeOffset.Now.AddDays(1) },
|
||||
Type = { Value = MatchType.HeadToHead },
|
||||
Playlist =
|
||||
|
|
Loading…
Reference in New Issue