1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 11:12:54 +08:00

Fix inspection

This commit is contained in:
smoogipoo 2021-02-03 14:53:13 +09:00
parent 21d5f842fc
commit 8bb1391515

View File

@ -134,7 +134,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
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",
});