1
0
mirror of https://github.com/bitwarden/server synced 2026-02-08 20:50:13 +00:00

added empty string to test

This commit is contained in:
Jared McCannon
2026-01-21 11:19:02 -06:00
parent bf95968050
commit 32e495c702

View File

@@ -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)