mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 12:47:44 +08:00
some changes to the testcase
This commit is contained in:
parent
58f8dc8254
commit
078d44aec3
@ -44,7 +44,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
},
|
||||
});
|
||||
|
||||
AddStep("new retry/fail values", newRetryAndFailValues);
|
||||
AddRepeatStep("new retry/fail values", newRetryAndFailValues, 10);
|
||||
AddStep("new ratings", newRatings);
|
||||
}
|
||||
|
||||
@ -57,9 +57,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
lastRange += 100;
|
||||
}
|
||||
|
||||
private void newRatings()
|
||||
{
|
||||
details.Ratings = Enumerable.Range(1, 10);
|
||||
}
|
||||
private void newRatings() => details.Ratings = Enumerable.Range(1, 10);
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user