mirror of https://github.com/ppy/osu
Fix inspection
This commit is contained in:
parent
21d5f842fc
commit
8bb1391515
|
@ -134,7 +134,7 @@ public void TestUserWithMods()
|
|||
Client.AddUser(new User
|
||||
{
|
||||
Id = 0,
|
||||
Username = $"User 0",
|
||||
Username = "User 0",
|
||||
CurrentModeRank = RNG.Next(1, 100000),
|
||||
CoverUrl = @"https://osu.ppy.sh/images/headers/profile-covers/c3.jpg",
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue