mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix PLaylistsResultsScreen
tests falling over due to missing beatmap
This commit is contained in:
@ -44,6 +44,10 @@ namespace osu.Game.Tests.Visual.Playlists
|
||||
requestComplete = false;
|
||||
totalCount = 0;
|
||||
bindHandler();
|
||||
|
||||
// beatmap is required to be an actual beatmap so the scores can get their scores correctly calculated for standardised scoring.
|
||||
// else the tests that rely on ordering will fall over.
|
||||
Beatmap.Value = CreateWorkingBeatmap(Ruleset.Value);
|
||||
});
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user