Check for possible null ranks

This commit is contained in:
tgi74000
2018-02-06 23:00:52 +01:00
parent d86ce816c7
commit bcd568e607
3 changed files with 6 additions and 6 deletions

View File

@ -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",