1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 13:20:32 +08:00

Fix SHOCKING test

What the actual heck is that magic number stupidity.

I'm not looking into why the test falls over so badly that it apparently
dies on some main menu logic just because assertions fail, because the
main menu logic is for hold-to-song-select-v2 and is thus temporary.
This commit is contained in:
Bartłomiej Dach
2025-06-13 10:33:54 +02:00
Unverified
parent dc38c190df
commit f4bf2ae7a5
@@ -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;