Skip to content

Commit 7cda2c0

Browse files
Merge GetPlan lookup key test regions into one
1 parent 5c73526 commit 7cda2c0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/Core.Test/Billing/Pricing/PricingClientTests.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace Bit.Core.Test.Billing.Pricing;
1616
[SutProviderCustomize]
1717
public class PricingClientTests
1818
{
19-
#region GetLookupKey Tests (via GetPlan)
19+
#region GetPlan Lookup Key Tests
2020

2121
[Fact]
2222
public async Task GetPlan_WithFamiliesAnnually2025_UsesFamilies2025LookupKey()
@@ -50,10 +50,6 @@ public async Task GetPlan_WithFamiliesAnnually2025_UsesFamilies2025LookupKey()
5050
mockHttp.VerifyNoOutstandingExpectation();
5151
}
5252

53-
#endregion
54-
55-
#region Additional GetPlan Lookup Key Tests
56-
5753
[Fact]
5854
public async Task GetPlan_WithFamiliesAnnually2025_ReturnsFamiliesAnnually2025PlanType()
5955
{

0 commit comments

Comments
 (0)