Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Sep 25, 2024
1 parent aeee257 commit abbbbb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ class PurchasesOrchestratorSK2Tests: BasePurchasesOrchestratorTests, PurchasesOr
#if swift(>=5.9)
@available(iOS 17.0, tvOS 17.0, macOS 14.0, watchOS 10.0, *)
func testPurchaseWithSimulatedErrorTracksError() async throws {
try AvailabilityChecks.iOS16APIAvailableOrSkipTest()
try AvailabilityChecks.iOS17APIAvailableOrSkipTest()
try await self.testSession.setSimulatedError(.generic(.unknown), forAPI: .purchase)

let transactionListener = MockStoreKit2TransactionListener()
Expand Down

0 comments on commit abbbbb4

Please sign in to comment.