Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVillacampa committed Oct 2, 2024
1 parent 9643c98 commit 1357d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BackendIntegrationTests/OtherIntegrationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class OtherIntegrationTests: BaseBackendIntegrationTests {
try AvailabilityChecks.iOS15APIAvailableOrSkipTest()

let result = try await self.purchases.productEntitlementMapping().entitlementsByProduct
expect(result).to(haveCount(18))
expect(result).to(haveCount(21))
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())
Expand Down

0 comments on commit 1357d57

Please sign in to comment.