Skip to content

Commit

Permalink
Fix the test case runs failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed May 28, 2022
1 parent 3dd7bd1 commit f49b2c8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.UserInterface;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays;
using osu.Game.Rulesets.Karaoke.Configuration;
using osu.Game.Rulesets.Karaoke.Edit.Components.Menus;
using osu.Game.Rulesets.Karaoke.Edit.Lyrics;
Expand All @@ -19,6 +20,9 @@ namespace osu.Game.Rulesets.Karaoke.Tests.Editor
[TestFixture]
public class TestSceneEditorMenuBar : OsuTestScene
{
[Cached]
private readonly OverlayColourProvider overlayColour = new(OverlayColourScheme.Aquamarine);

[BackgroundDependencyLoader]
private void load()
{
Expand Down

0 comments on commit f49b2c8

Please sign in to comment.