From c8fe33562f81526d62ef21d487cf051df2a5d461 Mon Sep 17 00:00:00 2001 From: Cy Okeke Date: Mon, 26 Jan 2026 10:25:45 +0100 Subject: [PATCH] fix the lint error --- test/Billing.Test/Services/SubscriptionUpdatedHandlerTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Billing.Test/Services/SubscriptionUpdatedHandlerTests.cs b/test/Billing.Test/Services/SubscriptionUpdatedHandlerTests.cs index ac24317bad..6f116c2d2f 100644 --- a/test/Billing.Test/Services/SubscriptionUpdatedHandlerTests.cs +++ b/test/Billing.Test/Services/SubscriptionUpdatedHandlerTests.cs @@ -21,7 +21,6 @@ using Quartz; using Stripe; using Xunit; using Event = Stripe.Event; -using PremiumPlan = Bit.Core.Billing.Pricing.Premium.Plan; using PremiumPurchasable = Bit.Core.Billing.Pricing.Premium.Purchasable; namespace Bit.Billing.Test.Services;