From 92b01d68b641e23ce57d730a623dfb71f1bc2938 Mon Sep 17 00:00:00 2001 From: Salman Alshamrani Date: Tue, 29 Apr 2025 04:34:49 +0300 Subject: [PATCH] Use more clear method to showcase locally created difficulty Use `ResetOnlineInfo` --- .../Visual/SongSelectV2/TestSceneBeatmapTitleWedge.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Tests/Visual/SongSelectV2/TestSceneBeatmapTitleWedge.cs b/osu.Game.Tests/Visual/SongSelectV2/TestSceneBeatmapTitleWedge.cs index ea90828f45..517133a9a9 100644 --- a/osu.Game.Tests/Visual/SongSelectV2/TestSceneBeatmapTitleWedge.cs +++ b/osu.Game.Tests/Visual/SongSelectV2/TestSceneBeatmapTitleWedge.cs @@ -155,7 +155,7 @@ namespace osu.Game.Tests.Visual.SongSelectV2 { var (working, onlineSet) = createTestBeatmap(); - onlineSet.Beatmaps = Array.Empty(); + working.BeatmapInfo.ResetOnlineInfo(); currentOnlineSet = onlineSet; Beatmap.Value = working;