Rename testcase

This commit is contained in:
smoogipoo 2019-06-14 19:35:47 +09:00
parent 4972f862e6
commit 95082d2fcc

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
public void TestNotJudgementsOnRewind()
public void TestNoJudgementsOnRewind()
{
addSeekStep(3000);
AddAssert("all judged", () => player.DrawableRuleset.Playfield.AllHitObjects.All(h => h.Judged));