Move visual test to correct namespace

This commit is contained in:
Jamie Taylor
2021-09-30 15:19:09 +09:00
parent 968826c9e7
commit 1304b55c41

View File

@ -8,9 +8,8 @@ using osu.Framework.Audio;
using osu.Framework.Graphics;
using osu.Game.Audio.Effects;
using osu.Game.Beatmaps;
using osu.Game.Tests.Visual;
namespace osu.Game.Tests.Audio
namespace osu.Game.Tests.Visual.Audio
{
public class TestSceneFilter : OsuTestScene
{