mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Merge pull request #29402 from peppy/fix-recommender-test
Fix occasional test failures in `TestSceneBetmapRecommendations`
This commit is contained in:
commit
50601544b3
@ -31,8 +31,6 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
[SetUpSteps]
|
||||
public override void SetUpSteps()
|
||||
{
|
||||
base.SetUpSteps();
|
||||
|
||||
AddStep("populate ruleset statistics", () =>
|
||||
{
|
||||
Dictionary<string, UserStatistics> rulesetStatistics = new Dictionary<string, UserStatistics>();
|
||||
@ -68,6 +66,8 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
base.SetUpSteps();
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user