Rename test scene to explicitly mention navigation testing

This commit is contained in:
Dean Herbert 2023-04-29 10:34:50 +09:00
parent d9b3c97179
commit 428b5fad3c

View File

@ -11,7 +11,7 @@ using osu.Game.Screens.Menu;
namespace osu.Game.Tests.Visual.Navigation
{
public partial class TestSceneBeatmapEditor : OsuGameTestScene
public partial class TestSceneBeatmapEditorNavigation : OsuGameTestScene
{
[Test]
public void TestCancelNavigationToEditor()