Skip to content

Commit

Permalink
Fix test failures in skin editor test scene
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Mar 26, 2022
1 parent a30d625 commit 69cc863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osu.Game.Tests/Visual/Gameplay/TestSceneSkinEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public override void SetUpSteps()
Player.ScaleTo(0.4f);
LoadComponentAsync(skinEditor = new SkinEditor(Player), Add);
});
AddUntilStep("wait for loaded", () => skinEditor.IsLoaded);
}

[Test]
Expand Down

0 comments on commit 69cc863

Please sign in to comment.