Skip to content

Commit

Permalink
Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 30, 2023
1 parent e5b96b3 commit 04efe85
Showing 1 changed file with 17 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.qonversion.android.sdk.internal.storage

import com.qonversion.android.sdk.dto.entitlements.QEntitlementGrantType
import com.qonversion.android.sdk.dto.entitlements.QEntitlementSource
import com.qonversion.android.sdk.dto.offerings.QOffering
import com.qonversion.android.sdk.dto.offerings.QOfferingTag
Expand Down Expand Up @@ -64,7 +65,14 @@ internal class Util {
startedDate = Date(1612880300000),
expirationDate = null,
source = QEntitlementSource.PlayStore,
active = 1
active = 1,
0,
null,
null,
null,
null,
QEntitlementGrantType.Purchase,
null
),
"Test Permission" to QPermission(
permissionID = "Test Permission",
Expand All @@ -73,7 +81,14 @@ internal class Util {
startedDate = Date(1612880300000),
expirationDate = null,
source = QEntitlementSource.AppStore,
active = 1
active = 1,
0,
null,
null,
null,
null,
QEntitlementGrantType.Purchase,
null
)
),
userProducts = mapOf(
Expand Down

0 comments on commit 04efe85

Please sign in to comment.