Add null user step

This commit is contained in:
Andrei Zavatski 2019-08-02 07:44:09 +03:00
parent de96e5dfc6
commit 4c0a9aeab7
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ public TestScenePreviousUsernamesContainer()
{
PreviousUsernames = new string[0],
});
AddStep("null user", () => user.Value = null);
}
}
}