1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:47:46 +08:00

formatting

This commit is contained in:
Nathan Du 2024-06-29 16:46:16 +08:00
parent 679f4735b3
commit 463ab46fee
2 changed files with 2 additions and 3 deletions

View File

@ -523,7 +523,7 @@ namespace osu.Game.Rulesets.Mania.Tests.Mods
.All(j => !j.Type.IsHit()));
AddAssert("second hold note hit", () => judgementResults.Where(j => beatmap.HitObjects[1].NestedHitObjects.Contains(j.HitObject))
.All(j => j.Type.IsHit()));
.All(j => j.Type.IsHit()));
}
[Test]
@ -639,6 +639,5 @@ namespace osu.Game.Rulesets.Mania.Tests.Mods
{
}
}
}
}

View File

@ -475,7 +475,7 @@ namespace osu.Game.Rulesets.Mania.Tests
.All(j => !j.Type.IsHit()));
AddAssert("second hold note hit", () => judgementResults.Where(j => beatmap.HitObjects[1].NestedHitObjects.Contains(j.HitObject))
.All(j => j.Type.IsHit()));
.All(j => j.Type.IsHit()));
}
[Test]