mirror of
https://github.com/bitwarden/server
synced 2025-12-13 14:53:34 +00:00
Fix flaky test (#2121)
This commit is contained in:
@@ -90,6 +90,7 @@ namespace Bit.Core.Test.OrganizationFeatures.OrganizationSponsorships.FamiliesFo
|
|||||||
Organization sponsoringOrganization, OrganizationSponsorship existingSponsorship, OrganizationSponsorship newSponsorship)
|
Organization sponsoringOrganization, OrganizationSponsorship existingSponsorship, OrganizationSponsorship newSponsorship)
|
||||||
{
|
{
|
||||||
// Arrange
|
// Arrange
|
||||||
|
sponsoringOrganization.Enabled = true;
|
||||||
sponsoringOrganization.PlanType = PlanType.EnterpriseAnnually;
|
sponsoringOrganization.PlanType = PlanType.EnterpriseAnnually;
|
||||||
|
|
||||||
existingSponsorship.ToDelete = false;
|
existingSponsorship.ToDelete = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user