1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

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
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

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
{