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:
parent
2599e95335
commit
966a2151e3
@ -54,6 +54,8 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
{
|
||||
AddStep("create leaderboard", () =>
|
||||
{
|
||||
leaderboard?.Expire();
|
||||
|
||||
OsuScoreProcessor scoreProcessor;
|
||||
Beatmap.Value = CreateWorkingBeatmap(Ruleset.Value);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user