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

fixed test

This commit is contained in:
jrmccannon
2025-03-21 15:54:03 -05:00
parent 87c181b662
commit 3f81e15169

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;