mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Make tests compile again
This commit is contained in:
@ -59,7 +59,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
var beatmap = beatmaps.QueryBeatmapSet(b => b.OnlineID == 241526);
|
||||
|
||||
if (beatmap != null) beatmaps.Delete(beatmap);
|
||||
if (beatmap != null) beatmaps.Delete(beatmap.Value);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user