mirror of https://github.com/ppy/osu
Fix `TestSceneSkinnableSound` not working under visual tests
oops
This commit is contained in:
parent
55270df6fc
commit
f5d24add58
|
@ -25,7 +25,7 @@ public class TestSceneSkinnableSound : OsuTestScene
|
|||
private TestSkinSourceContainer skinSource;
|
||||
private PausableSkinnableSound skinnableSound;
|
||||
|
||||
[SetUp]
|
||||
[SetUpSteps]
|
||||
public void SetUpSteps()
|
||||
{
|
||||
AddStep("setup hierarchy", () =>
|
||||
|
|
Loading…
Reference in New Issue