mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Reorder spinner tests to promote hit being the first to display
This commit is contained in:
parent
019d286ce8
commit
7d33dc3dea
@ -20,8 +20,8 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
|
||||
private TestDrawableSpinner drawableSpinner;
|
||||
|
||||
[TestCase(false)]
|
||||
[TestCase(true)]
|
||||
[TestCase(false)]
|
||||
public void TestVariousSpinners(bool autoplay)
|
||||
{
|
||||
string term = autoplay ? "Hit" : "Miss";
|
||||
|
Loading…
Reference in New Issue
Block a user