1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 21:40:34 +08:00

Improve negative test case without breaks too

This commit is contained in:
Bartłomiej Dach
2023-07-11 23:22:37 +02:00
Unverified
parent d927cb3f1c
commit a1da0b58db
@@ -31,7 +31,8 @@ namespace osu.Game.Tests.Editing.Checks
{
HitObjects =
{
new HitCircle { StartTime = 0 }
new HitCircle { StartTime = 0 },
new HitCircle { StartTime = 29_999 }
}
};
var context = new BeatmapVerifierContext(beatmap, new TestWorkingBeatmap(beatmap));