Rename testcase

This commit is contained in:
smoogipoo 2019-06-14 19:35:47 +09:00
parent 4972f862e6
commit 95082d2fcc
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ protected override WorkingBeatmap CreateWorkingBeatmap(IBeatmap beatmap)
}
[Test]
public void TestNotJudgementsOnRewind()
public void TestNoJudgementsOnRewind()
{
addSeekStep(3000);
AddAssert("all judged", () => player.DrawableRuleset.Playfield.AllHitObjects.All(h => h.Judged));