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
1 changed files with 3 additions and 2 deletions

View File

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