1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 14:42:56 +08:00

Ensure the previous leaderboard is removed

This commit is contained in:
Dean Herbert 2020-12-26 17:55:24 +09:00
parent 2599e95335
commit 966a2151e3

View File

@ -54,6 +54,8 @@ namespace osu.Game.Tests.Visual.Gameplay
{
AddStep("create leaderboard", () =>
{
leaderboard?.Expire();
OsuScoreProcessor scoreProcessor;
Beatmap.Value = CreateWorkingBeatmap(Ruleset.Value);