1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

Merge pull request #17907 from peppy/fix-skinnable-sound-interactive-testing

Fix `TestSceneSkinnableSound` not working under visual tests
This commit is contained in:
Dean Herbert 2022-04-22 01:15:49 +09:00 committed by GitHub
commit 05bca4c4f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ namespace osu.Game.Tests.Visual.Gameplay
private TestSkinSourceContainer skinSource;
private PausableSkinnableSound skinnableSound;
[SetUp]
[SetUpSteps]
public void SetUpSteps()
{
AddStep("setup hierarchy", () =>