Rename to TestCaseOsuFlashlight

This commit is contained in:
David Zhao 2019-04-12 15:09:43 +09:00
parent dba4ccdf74
commit 69748abedc
2 changed files with 1 additions and 3 deletions

View File

@ -7,7 +7,7 @@
namespace osu.Game.Rulesets.Osu.Tests
{
public class TestCaseFlashlight : TestCaseOsuPlayer
public class TestCaseOsuFlashlight : TestCaseOsuPlayer
{
protected override Player CreatePlayer(Ruleset ruleset)
{

View File

@ -3,7 +3,6 @@
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics.Shapes;
using osu.Framework.Screens;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
@ -12,7 +11,6 @@
using osu.Game.Rulesets.Mods;
using osu.Game.Screens.Play;
using osu.Game.Tests.Beatmaps;
using osuTK.Graphics;
namespace osu.Game.Tests.Visual
{