Skip to content

Commit

Permalink
Custom entitlement computation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 14, 2023
1 parent 8ef4ad8 commit 3b4a59f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func checkConfigurationAPI() {
.with(apiKey: "")
.with(appUserID: "")
.with(appUserID: nil)
.with(observerMode: false)
.with(observerMode: false, storeKitVersion: .storeKit1)
.with(userDefaults: UserDefaults.standard)
.with(dangerousSettings: DangerousSettings())
Expand All @@ -31,7 +32,5 @@ func checkConfigurationAPI() {
@available(*, deprecated)
func checkDeprecatedConfiguration(_ builder: Configuration.Builder) {
_ = builder
.with(observerMode: false)
.with(usesStoreKit2IfAvailable: true)
.with(storeKitVersion: .storeKit2)
}

0 comments on commit 3b4a59f

Please sign in to comment.