mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Check for possible null ranks
This commit is contained in:
@ -42,12 +42,12 @@ namespace osu.Game.Tests.Visual
|
||||
LastVisit = DateTimeOffset.Now,
|
||||
Age = 1,
|
||||
ProfileOrder = new[] { "me" },
|
||||
CountryRank = 1,
|
||||
Statistics = new UserStatistics
|
||||
{
|
||||
Rank = 2148,
|
||||
PP = 4567.89m
|
||||
},
|
||||
CountryRank = 1,
|
||||
RankHistory = new User.RankHistoryData
|
||||
{
|
||||
Mode = @"osu",
|
||||
|
Reference in New Issue
Block a user