mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
@ -58,6 +58,12 @@ namespace osu.Game.Tests.Visual
|
||||
|
||||
checkSupporterTag(false);
|
||||
|
||||
AddStep("Show null dummy", () => profile.ShowUser(new User
|
||||
{
|
||||
Username = @"Null",
|
||||
Id = 1,
|
||||
}, false));
|
||||
|
||||
AddStep("Show ppy", () => profile.ShowUser(new User
|
||||
{
|
||||
Username = @"peppy",
|
||||
|
Reference in New Issue
Block a user