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:
@ -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;
|
||||
|
Reference in New Issue
Block a user