mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
added empty string to test
This commit is contained in:
@@ -735,7 +735,7 @@ public class RestoreOrganizationUserCommandTests
|
||||
Users = 1
|
||||
});
|
||||
|
||||
await sutProvider.Sut.RestoreUserAsync(organizationUser, owner.Id);
|
||||
await sutProvider.Sut.RestoreUserAsync(organizationUser, owner.Id, "");
|
||||
|
||||
await sutProvider.GetDependency<IOrganizationUserRepository>()
|
||||
.Received(1)
|
||||
|
||||
Reference in New Issue
Block a user