1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 02:43:19 +08:00

Merge pull request #6430 from peppy/move-wave-tests

Move WaveContainer test out of editor namespace
This commit is contained in:
Dan Balasescu 2019-10-08 19:28:30 +09:00 committed by GitHub
commit 9a26cf3a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ using osu.Game.Graphics.Sprites;
using osuTK; using osuTK;
using osuTK.Graphics; using osuTK.Graphics;
namespace osu.Game.Tests.Visual.Editor namespace osu.Game.Tests.Visual.UserInterface
{ {
[TestFixture] [TestFixture]
public class TestSceneWaveContainer : OsuTestScene public class TestSceneWaveContainer : OsuTestScene