1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 05:39:53 +08:00

Fix failing test

This commit is contained in:
Bartłomiej Dach
2025-08-12 14:16:26 +02:00
Unverified
parent 30857de55e
commit 0cd4fbb416
@@ -475,7 +475,7 @@ namespace osu.Game.Rulesets.Osu.Tests
performTest(hitObjects, new List<ReplayFrame>
{
new OsuReplayFrame { Time = time_stack_start - 450, Position = new Vector2(55), Actions = { OsuAction.LeftButton } },
});
}, extraMods: [new OsuModNoFail()]);
addClickActionAssert(0, ClickAction.Ignore);
}