mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Add null user step
This commit is contained in:
@ -52,6 +52,8 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
PreviousUsernames = new string[0],
|
||||
});
|
||||
|
||||
AddStep("null user", () => user.Value = null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user