1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:22:56 +08:00

Rename skin editor scene library test scene to be more general

This commit is contained in:
Bartłomiej Dach 2022-05-07 22:43:45 +02:00
parent 836de49135
commit a3e61fddcb
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -18,7 +18,7 @@ using static osu.Game.Tests.Visual.Navigation.TestSceneScreenNavigation;
namespace osu.Game.Tests.Visual.Navigation namespace osu.Game.Tests.Visual.Navigation
{ {
public class TestSceneSkinEditorSceneLibrary : OsuGameTestScene public class TestSceneSkinEditorNavigation : OsuGameTestScene
{ {
private TestPlaySongSelect songSelect; private TestPlaySongSelect songSelect;
private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault(); private SkinEditor skinEditor => Game.ChildrenOfType<SkinEditor>().FirstOrDefault();