1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +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
parent d927cb3f1c
commit a1da0b58db
No known key found for this signature in database

View File

@ -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));