From 448e255fb60a8156b273eaee9fc0ecc6446d9372 Mon Sep 17 00:00:00 2001 From: Justin Baur <136baur@gmail.com> Date: Fri, 15 Jul 2022 11:52:36 -0400 Subject: [PATCH] Fix flaky test (#2121) --- .../Cloud/CloudSyncSponsorshipsCommandTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Core.Test/OrganizationFeatures/OrganizationSponsorships/FamiliesForEnterprise/Cloud/CloudSyncSponsorshipsCommandTests.cs b/test/Core.Test/OrganizationFeatures/OrganizationSponsorships/FamiliesForEnterprise/Cloud/CloudSyncSponsorshipsCommandTests.cs index 4dd9baac27..3a55178148 100644 --- a/test/Core.Test/OrganizationFeatures/OrganizationSponsorships/FamiliesForEnterprise/Cloud/CloudSyncSponsorshipsCommandTests.cs +++ b/test/Core.Test/OrganizationFeatures/OrganizationSponsorships/FamiliesForEnterprise/Cloud/CloudSyncSponsorshipsCommandTests.cs @@ -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;