Fix tests

This commit is contained in:
smoogipoo
2020-09-29 15:36:08 +09:00
parent bad48d6d44
commit 4ef7ab2872
4 changed files with 6 additions and 6 deletions

View File

@ -263,7 +263,7 @@ namespace osu.Game.Tests.Gameplay
public double Duration { get; set; } = 5000;
public JudgeableLongHitObject()
: base(false)
: base(HitResult.LargeBonus)
{
}