mirror of
https://github.com/ppy/osu.git
synced 2025-03-19 09:07:18 +08:00
Revert my changes on tests
This commit is contained in:
parent
e23db62386
commit
ada610b907
@ -56,13 +56,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
IsOnline = true,
|
||||
Statistics = new UserStatistics { GlobalRank = 1111 },
|
||||
CountryCode = CountryCode.JP,
|
||||
CoverUrl = "https://osu.ppy.sh/images/headers/profile-covers/c6.jpg",
|
||||
IsSupporter = true,
|
||||
SupportLevel = 1,
|
||||
Groups = new[]
|
||||
{
|
||||
new APIUserGroup { Colour = "#EB47D0", ShortName = "DEV", Name = "Developers" }
|
||||
}
|
||||
CoverUrl = "https://osu.ppy.sh/images/headers/profile-covers/c6.jpg"
|
||||
},
|
||||
new APIUser
|
||||
{
|
||||
@ -74,11 +68,6 @@ namespace osu.Game.Tests.Visual.Online
|
||||
CoverUrl = "https://osu.ppy.sh/images/headers/profile-covers/c3.jpg",
|
||||
IsSupporter = true,
|
||||
SupportLevel = 3,
|
||||
Groups = new[]
|
||||
{
|
||||
new APIUserGroup { Colour = "#0066FF", ShortName = "PPY", Name = "peppy" },
|
||||
new APIUserGroup { Colour = "#EB47D0", ShortName = "DEV", Name = "Developers" }
|
||||
}
|
||||
},
|
||||
new APIUser
|
||||
{
|
||||
@ -87,9 +76,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
CountryCode = CountryCode.BY,
|
||||
CoverUrl = "https://assets.ppy.sh/user-profile-covers/8195163/4a8e2ad5a02a2642b631438cfa6c6bd7e2f9db289be881cb27df18331f64144c.jpeg",
|
||||
IsOnline = false,
|
||||
LastVisit = DateTimeOffset.Now,
|
||||
IsSupporter = true,
|
||||
SupportLevel = 2
|
||||
LastVisit = DateTimeOffset.Now
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user