1
0
mirror of https://github.com/bitwarden/server synced 2026-01-29 07:43:22 +00:00

Fix formatting

This commit is contained in:
Sven
2026-01-15 15:20:19 -06:00
parent 4bb5a2d686
commit 82b9df0078

View File

@@ -49,7 +49,7 @@ public class SendOrganizationInvitesCommandTests
// Return null policy to mimic new org that's never turned on the require sso policy
sutProvider.GetDependency<IPolicyQuery>()
.RunAsync(organization.Id, PolicyType.RequireSso)
.Returns(new PolicyData { Enabled = false});
.Returns(new PolicyData { Enabled = false });
// Mock tokenable factory to return a token that expires in 5 days
sutProvider.GetDependency<IOrgUserInviteTokenableFactory>()