1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Rename test scene

It's not testing the sub-screen. It's testing creating playlists.
This commit is contained in:
Dean Herbert 2021-10-27 13:54:20 +09:00
parent 7fb89f760f
commit 2bc2420012

View File

@ -22,7 +22,7 @@ using osuTK.Input;
namespace osu.Game.Tests.Visual.Playlists
{
public class TestScenePlaylistsRoomSubScreen : OnlinePlayTestScene
public class TestScenePlaylistCreation : OnlinePlayTestScene
{
private BeatmapManager manager;
private RulesetStore rulesets;