Fix test failures due to order change

This commit is contained in:
Dean Herbert
2022-02-21 19:48:39 +09:00
parent 02a8500500
commit 98c008b95f
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
[Test]
public void TestBasicListChanges()
{
AddStep("add rooms", () => RoomManager.AddRooms(5));
AddStep("add rooms", () => RoomManager.AddRooms(5, withSpotlightRooms: true));
AddAssert("has 5 rooms", () => container.Rooms.Count == 5);