1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-16 01:51:21 +01:00

Fix flaky test (#2121)

This commit is contained in:
Justin Baur 2022-07-15 11:52:36 -04:00 committed by GitHub
parent 4a7c39b08f
commit 448e255fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,7 @@ namespace Bit.Core.Test.OrganizationFeatures.OrganizationSponsorships.FamiliesFo
Organization sponsoringOrganization, OrganizationSponsorship existingSponsorship, OrganizationSponsorship newSponsorship)
{
// Arrange
sponsoringOrganization.Enabled = true;
sponsoringOrganization.PlanType = PlanType.EnterpriseAnnually;
existingSponsorship.ToDelete = false;