mirror of
https://github.com/ppy/osu
synced 2025-02-17 19:07:07 +00:00
Adjust assertion to match new juice stream child ordering
This commit is contained in:
parent
72e502e615
commit
88509f28ad
@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
|||||||
Mod = new CatchModHidden(),
|
Mod = new CatchModHidden(),
|
||||||
PassCondition = () => Player.Results.Count > 0
|
PassCondition = () => Player.Results.Count > 0
|
||||||
&& Player.ChildrenOfType<DrawableJuiceStream>().Single().Alpha > 0
|
&& Player.ChildrenOfType<DrawableJuiceStream>().Single().Alpha > 0
|
||||||
&& Player.ChildrenOfType<DrawableFruit>().Last().Alpha > 0
|
&& Player.ChildrenOfType<DrawableFruit>().First().Alpha > 0
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user