1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-04 20:50:21 -05:00

fixed test

This commit is contained in:
jrmccannon 2025-03-21 15:54:03 -05:00
parent 87c181b662
commit 3f81e15169
No known key found for this signature in database
GPG Key ID: CF03F3DB01CE96A6

View File

@ -69,6 +69,7 @@ public class PasswordManagerInviteUserValidationTests
public void Validate_GivenThePlanDoesNotAllowAdditionalSeats_ShouldBeInvalidMessageOfPlanNotAllowingSeats(Organization organization)
{
organization.Seats = 8;
organization.MaxAutoscaleSeats = 9;
var seatsOccupiedByUsers = 4;
var additionalSeats = 4;
organization.PlanType = PlanType.Free;