mirror of https://github.com/ppy/osu
Add null user step
This commit is contained in:
parent
de96e5dfc6
commit
4c0a9aeab7
|
@ -52,6 +52,8 @@ public TestScenePreviousUsernamesContainer()
|
|||
{
|
||||
PreviousUsernames = new string[0],
|
||||
});
|
||||
|
||||
AddStep("null user", () => user.Value = null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue