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:
parent
72d9da5fac
commit
07db977af5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user