mirror of
https://github.com/ppy/osu
synced 2024-12-28 18:02:53 +00:00
Merge pull request #10560 from peppy/fix-catch-test-failures
Fix osu!catch test failures due to trying to retrieve container too early
This commit is contained in:
commit
d478c4392b
@ -123,7 +123,10 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
Origin = Anchor.Centre,
|
||||
Scale = new Vector2(4f),
|
||||
}, skin);
|
||||
});
|
||||
|
||||
AddStep("get trails container", () =>
|
||||
{
|
||||
trails = catcherArea.OfType<CatcherTrailDisplay>().Single();
|
||||
catcherArea.MovableCatcher.SetHyperDashState(2);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user