diff --git a/osu.Game.Tests/Visual/SongSelectV2/TestSceneDifficultySettingsContent.cs b/osu.Game.Tests/Visual/SongSelectV2/TestSceneDifficultySettingsContent.cs index f4634f09d5e3..bf5528497db3 100644 --- a/osu.Game.Tests/Visual/SongSelectV2/TestSceneDifficultySettingsContent.cs +++ b/osu.Game.Tests/Visual/SongSelectV2/TestSceneDifficultySettingsContent.cs @@ -188,7 +188,7 @@ public void TestAPIBeatmap() private BarStatisticRow barAt(int index) => difficultySettingsContent.ChildrenOfType().ElementAt(index); private bool barIsWhiteAt(int index) => barAt(index).ChildrenOfType().ElementAt(1).AccentColour == ColourProvider.Highlight1; - private bool modBarIsBlueAt(int index) => barAt(index).ChildrenOfType().ElementAt(2).AccentColour == colours.BlueDark; + private bool modBarIsBlueAt(int index) => barAt(index).ChildrenOfType().ElementAt(2).AccentColour == colours.Blue1; private bool modBarIsRedAt(int index) => barAt(index).ChildrenOfType().ElementAt(2).AccentColour == colours.Red1; } }