From e5019c7bed6c1b6bfddc3d249cc9763fd98fb397 Mon Sep 17 00:00:00 2001 From: Cy Okeke Date: Mon, 26 Jan 2026 10:30:44 +0100 Subject: [PATCH] resolve the build lint --- 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 6f116c2d2f..b039420e97 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 PremiumPurchasable = Bit.Core.Billing.Pricing.Premium.Purchasable; namespace Bit.Billing.Test.Services;