mirror of
https://github.com/ppy/osu
synced 2025-03-18 08:32:26 +00:00
Fix tests
This commit is contained in:
parent
04ce223e66
commit
94192644be
@ -107,7 +107,7 @@ namespace osu.Game.Tests.Rulesets.Scoring
|
|||||||
|
|
||||||
for (int i = 0; i < 4; i++)
|
for (int i = 0; i < 4; i++)
|
||||||
{
|
{
|
||||||
var judgementResult = new JudgementResult(fourObjectBeatmap.HitObjects[i], beatmap.HitObjects[i].CreateJudgement())
|
var judgementResult = new JudgementResult(fourObjectBeatmap.HitObjects[i], fourObjectBeatmap.HitObjects[i].CreateJudgement())
|
||||||
{
|
{
|
||||||
Type = i == 2 ? minResult : hitResult
|
Type = i == 2 ? minResult : hitResult
|
||||||
};
|
};
|
||||||
@ -277,8 +277,8 @@ namespace osu.Game.Tests.Rulesets.Scoring
|
|||||||
{
|
{
|
||||||
HitObjects = new List<HitObject>
|
HitObjects = new List<HitObject>
|
||||||
{
|
{
|
||||||
new TestHitObject(HitResult.Great, HitResult.ComboBreak),
|
new TestHitObject(HitResult.Great),
|
||||||
new TestHitObject(HitResult.Great, HitResult.ComboBreak),
|
new TestHitObject(HitResult.IgnoreHit, HitResult.ComboBreak),
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user