1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

[AC-2805] Add AssignedSeats to ProviderOrganizationOrganizationDetailsView (#4446)

* Add 'AssignedSeats' to ProviderOrganizationOrganizationDetailsView

* Add newline

* Thomas' feedback
This commit is contained in:
Alex Morask
2024-07-03 10:33:37 -04:00
committed by GitHub
parent ef44def88b
commit 07d37b1b41
7 changed files with 32 additions and 3 deletions

View File

@ -176,7 +176,7 @@ public class ProviderEventServiceTests
OrganizationName = "Client 1",
Plan = "Teams (Monthly)",
Seats = 50,
UserCount = 30,
OccupiedSeats = 30,
Status = OrganizationStatusType.Managed
},
new ()
@ -184,7 +184,7 @@ public class ProviderEventServiceTests
OrganizationName = "Client 2",
Plan = "Enterprise (Monthly)",
Seats = 50,
UserCount = 30,
OccupiedSeats = 30,
Status = OrganizationStatusType.Managed
}
};