1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 01:39:55 +08:00

Reorder spinner tests to promote hit being the first to display

This commit is contained in:
Dean Herbert
2020-11-05 17:12:18 +09:00
Unverified
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";