1
0
mirror of https://github.com/bitwarden/server synced 2026-02-10 21:50:21 +00:00

fix the failing test

This commit is contained in:
Cy Okeke
2026-01-21 21:03:41 +01:00
parent 70077670d0
commit 417c803a3f

View File

@@ -1276,6 +1276,7 @@ public class SubscriptionUpdatedHandlerTests
var plan = new Enterprise2023Plan(true);
_pricingClient.GetPlanOrThrow(organization.PlanType).Returns(plan);
_pricingClient.ListPlans().Returns([plan]);
// Act
await _sut.HandleAsync(parsedEvent);
@@ -1400,6 +1401,7 @@ public class SubscriptionUpdatedHandlerTests
var plan = new Enterprise2023Plan(true);
_pricingClient.GetPlanOrThrow(organization.PlanType).Returns(plan);
_pricingClient.ListPlans().Returns([plan]);
// Act
await _sut.HandleAsync(parsedEvent);