1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

Rearranged some things. Fixed the tests.

This commit is contained in:
jrmccannon
2025-03-31 10:10:54 -05:00
parent 5f0d55b472
commit 58c3864601
3 changed files with 8 additions and 7 deletions

View File

@ -75,7 +75,7 @@ public class InviteUsersPasswordManagerValidatorTests
public async Task Validate_GivenThePlanDoesNotAllowAdditionalSeats_ShouldBeInvalidMessageOfPlanNotAllowingSeats(Organization organization,
SutProvider<InviteUsersPasswordManagerValidator> sutProvider)
{
organization.Seats = 8;
organization.Seats = 4;
organization.MaxAutoscaleSeats = 9;
var seatsOccupiedByUsers = 4;
var additionalSeats = 4;