Fix some remaining test failures

This commit is contained in:
Dean Herbert
2022-01-04 15:59:41 +09:00
parent 3811bd8520
commit de076678fe
4 changed files with 14 additions and 6 deletions

View File

@ -10,7 +10,6 @@ using osu.Game.Online.API;
using osu.Game.Online.API.Requests.Responses;
using osu.Game.Rulesets.Scoring;
using osu.Game.Scoring;
using osu.Game.Users;
namespace osu.Game.Online.Solo
{
@ -48,7 +47,7 @@ namespace osu.Game.Online.Solo
public APIMod[] Mods { get; set; }
[JsonProperty("user")]
public IUser User { get; set; }
public APIUser User { get; set; }
[JsonProperty("statistics")]
public Dictionary<HitResult, int> Statistics { get; set; }