1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

Rename test to signify it's got auto enabled

This commit is contained in:
Dean Herbert 2018-04-04 18:48:19 +09:00
parent 13747966a0
commit e69951b59f

View File

@ -13,9 +13,9 @@ using OpenTK;
namespace osu.Game.Rulesets.Catch.Tests
{
public class TestCaseJuiceStream : TestCasePlayer
public class TestCaseAutoJuiceStream : TestCasePlayer
{
public TestCaseJuiceStream()
public TestCaseAutoJuiceStream()
: base(new CatchRuleset())
{
}