diff --git a/Tests/BackendIntegrationTests/StoreKitIntegrationTests.swift b/Tests/BackendIntegrationTests/StoreKitIntegrationTests.swift index 0f93a7e1e6..a1cbc9b388 100644 --- a/Tests/BackendIntegrationTests/StoreKitIntegrationTests.swift +++ b/Tests/BackendIntegrationTests/StoreKitIntegrationTests.swift @@ -186,6 +186,8 @@ class StoreKit1IntegrationTests: BaseStoreKitIntegrationTests { _ = try await self.purchases.purchase(product: product1) let info = try await self.purchases.purchase(product: product2).customerInfo + try await self.verifyEntitlementWentThrough(info) + expect(info.allPurchasedProductIdentifiers) == [ product1.productIdentifier, product2.productIdentifier