Fix testcase containing bad hitobject

This commit is contained in:
smoogipoo
2019-12-23 19:08:16 +09:00
parent 3e03916c39
commit c766477abc

View File

@ -102,7 +102,7 @@ namespace osu.Game.Rulesets.Osu.Tests
EndTime = 6000, EndTime = 6000,
}, },
// placeholder object to avoid hitting the results screen // placeholder object to avoid hitting the results screen
new HitObject new HitCircle
{ {
StartTime = 99999, StartTime = 99999,
} }