Fix inspection

This commit is contained in:
smoogipoo 2021-02-03 14:53:13 +09:00
parent 21d5f842fc
commit 8bb1391515
1 changed files with 1 additions and 1 deletions

View File

@ -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",
});