Skip to content

Commit

Permalink
Move and rename settings toolbox group test scene
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed May 9, 2022
1 parent 642e006 commit 0fe121f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -8,12 +8,12 @@
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;

Expand Down

0 comments on commit 0fe121f

Please sign in to comment.