Skip to content

Commit

Permalink
Removed unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 19, 2022
1 parent 2a014af commit e4d513e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,4 @@ private extension PromotionalOfferTests {
timestamp: Int.random(in: 0..<1000)
)

func setUpPurchases(enableStoreKit2: Bool) {
Purchases.configure(
with: .init(withAPIKey: "")
.with(usesStoreKit2IfAvailable: enableStoreKit2)
)
}

}

0 comments on commit e4d513e

Please sign in to comment.