1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-10 18:17:19 +08:00

Rename test scene to match new RoomListing class name

This commit is contained in:
Dean Herbert 2025-03-05 13:51:56 +09:00
parent 0d3e66fbfa
commit 9ca1274495
No known key found for this signature in database

View File

@ -18,7 +18,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Multiplayer namespace osu.Game.Tests.Visual.Multiplayer
{ {
public partial class TestSceneLoungeRoomsContainer : OnlinePlayTestScene public partial class TestSceneRoomListing : OnlinePlayTestScene
{ {
private BindableList<Room> rooms = null!; private BindableList<Room> rooms = null!;
private IBindable<Room?> selectedRoom = null!; private IBindable<Room?> selectedRoom = null!;