1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 23:12:56 +08:00

Remove no longer necessary force calculation

Is no longer necessary because recommender uses bindable state value changes, compared to when the test was written, and runs the state change once on load
This commit is contained in:
Endrik Tombak 2020-11-21 14:36:43 +02:00
parent 72d9da5fac
commit 07db977af5

View File

@ -46,9 +46,6 @@ namespace osu.Game.Tests.Visual.SongSelect
base.SetUpSteps();
// Force recommender to calculate its star ratings again
AddStep("calculate recommended SRs", () => recommender.APIStateChanged(API, APIState.Online));
User getUser(int? rulesetID)
{
return new User