Remove in-between properties

This commit is contained in:
Dean Herbert
2018-02-07 18:04:32 +09:00
parent 20c00720e5
commit 647cc4bdad
8 changed files with 40 additions and 56 deletions

View File

@ -44,10 +44,9 @@ namespace osu.Game.Tests.Visual
ProfileOrder = new[] { "me" },
Statistics = new UserStatistics
{
Rank = 2148,
PP = 4567.89m
Ranks = new UserStatistics.UserRanks { Global = 2148, Country = 1 },
PP = 4567.89m,
},
CountryRank = 1,
RankHistory = new User.RankHistoryData
{
Mode = @"osu",