mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:07:52 +08:00
Rename the test TestMinimumRankNeverReachesSRank
to TestMinimumRankShouldNeverReachSRankBeforeComplete
This commit is contained in:
parent
cb3055bff6
commit
8b31913b81
@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
public partial class TestSceneOsuScoreProcessor : OsuTestScene
|
||||
{
|
||||
[Test]
|
||||
public void TestMinimumRankNeverReachesSRank()
|
||||
public void TestMinimumRankShouldNeverReachSRankBeforeComplete()
|
||||
{
|
||||
var beatmap = new Beatmap<HitObject>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user