diff --git a/Tests/BackendIntegrationTests/OtherIntegrationTests.swift b/Tests/BackendIntegrationTests/OtherIntegrationTests.swift index 8c9dfb2461..deccf49c19 100644 --- a/Tests/BackendIntegrationTests/OtherIntegrationTests.swift +++ b/Tests/BackendIntegrationTests/OtherIntegrationTests.swift @@ -173,7 +173,7 @@ class OtherIntegrationTests: BaseBackendIntegrationTests { try AvailabilityChecks.iOS15APIAvailableOrSkipTest() let result = try await self.purchases.productEntitlementMapping().entitlementsByProduct - expect(result).to(haveCount(17)) + expect(result).to(haveCount(18)) expect(result["com.revenuecat.monthly_4.99.1_week_intro"]) == ["premium"] expect(result["lifetime"]) == ["premium"] expect(result["com.revenuecat.intro_test.monthly.1_week_intro"]).to(beEmpty())