We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c73526 commit 7cda2c0Copy full SHA for 7cda2c0
test/Core.Test/Billing/Pricing/PricingClientTests.cs
@@ -16,7 +16,7 @@ namespace Bit.Core.Test.Billing.Pricing;
16
[SutProviderCustomize]
17
public class PricingClientTests
18
{
19
- #region GetLookupKey Tests (via GetPlan)
+ #region GetPlan Lookup Key Tests
20
21
[Fact]
22
public async Task GetPlan_WithFamiliesAnnually2025_UsesFamilies2025LookupKey()
@@ -50,10 +50,6 @@ public async Task GetPlan_WithFamiliesAnnually2025_UsesFamilies2025LookupKey()
50
mockHttp.VerifyNoOutstandingExpectation();
51
}
52
53
- #endregion
54
-
55
- #region Additional GetPlan Lookup Key Tests
56
57
58
public async Task GetPlan_WithFamiliesAnnually2025_ReturnsFamiliesAnnually2025PlanType()
59
0 commit comments