1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Move and rename settings toolbox group test scene

This commit is contained in:
Salman Ahmed 2022-05-09 13:25:22 +03:00
parent 642e006267
commit 0fe121f48a

View File

@ -1,4 +1,4 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
@ -8,12 +8,12 @@ using osu.Game.Graphics.UserInterface;
using osu.Game.Screens.Play.HUD;
using osu.Game.Screens.Play.PlayerSettings;
namespace osu.Game.Tests.Visual.Gameplay
namespace osu.Game.Tests.Visual.UserInterface
{
[TestFixture]
public class TestSceneReplaySettingsOverlay : OsuTestScene
public class TestSceneSettingsToolboxGroup : OsuTestScene
{
public TestSceneReplaySettingsOverlay()
public TestSceneSettingsToolboxGroup()
{
ExampleContainer container;