Skip to content

Commit

Permalink
Fix load shedder integration tests (#1618)
Browse files Browse the repository at this point in the history
Fix compilation in load shedder integration tests
  • Loading branch information
vegaro authored Feb 16, 2024
1 parent 3364732 commit fc862f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class PurchasesIntegrationTest : BasePurchasesIntegrationTest() {
it.optionId == storeProduct.basePlanId
},
replaceProductInfo = null,
presentedOfferingIdentifier = null,
presentedOfferingContext = null,
isPersonalizedPrice = null,
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class PurchasesIntegrationTest : BasePurchasesIntegrationTest() {
it.optionId == storeProduct.basePlanId
},
replaceProductInfo = null,
presentedOfferingIdentifier = null,
presentedOfferingContext = null,
isPersonalizedPrice = null,
)
}
Expand Down

0 comments on commit fc862f0

Please sign in to comment.