diff --git a/osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs b/osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs index 5c89e8a02c..d459eac3c2 100644 --- a/osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs +++ b/osu.Game.Tests/Visual/SongSelect/TestSceneBeatmapRecommendations.cs @@ -64,16 +64,16 @@ namespace osu.Game.Tests.Visual.SongSelect switch (rulesetID) { case 0: - return 336; // recommended star rating of 2 + return 337; // recommended star rating of 2 case 1: return 973; // SR 3 case 2: - return 1905; // SR 4 + return 1906; // SR 4 case 3: - return 3329; // SR 5 + return 3330; // SR 5 default: return 0;