Revert unnecessary change

This commit is contained in:
smoogipoo
2020-11-11 12:53:53 +09:00
parent 626231d906
commit 508ae91a97
3 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ namespace osu.Game.Rulesets.Mania.Tests
performTest(objects, new List<ReplayFrame>());
addJudgementAssert(objects[0], HitResult.IgnoreMiss);
addJudgementAssert(objects[1], HitResult.IgnoreMiss);
addJudgementAssert(objects[0], HitResult.IgnoreHit);
addJudgementAssert(objects[1], HitResult.IgnoreHit);
}
[Test]