mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Fix delete local score test having no files
This commit is contained in:
parent
df152421a8
commit
f1b55d743c
@ -18,6 +18,7 @@ using osu.Game.Beatmaps;
|
||||
using osu.Game.Database;
|
||||
using osu.Game.Graphics.Cursor;
|
||||
using osu.Game.Graphics.UserInterface;
|
||||
using osu.Game.Models;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
using osu.Game.Online.Leaderboards;
|
||||
using osu.Game.Overlays;
|
||||
@ -100,6 +101,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
Rank = ScoreRank.XH,
|
||||
User = new APIUser { Username = "TestUser" },
|
||||
Ruleset = new OsuRuleset().RulesetInfo,
|
||||
Files = { new RealmNamedFileUsage(new RealmFile { Hash = $"{i}" }, string.Empty) }
|
||||
};
|
||||
|
||||
importedScores.Add(scoreManager.Import(score).Value);
|
||||
|
Loading…
Reference in New Issue
Block a user