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:
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));
|
||||
|
Loading…
Reference in New Issue
Block a user