[External] Fix OfflineCustomerInfoCalculatorTest Unresolved reference: ProductType#994
Conversation
…pe caused by a merge conflict between RevenueCat#983 and RevenueCat#959
2f0d50d to
b7b9171
Compare
vegaro
left a comment
There was a problem hiding this comment.
Oh that was my fault. Thanks for fixing this
OfflineCustomerInfoCalculatorTest Unresolved reference: ProductTypeOfflineCustomerInfoCalculatorTest Unresolved reference: ProductType
|
@vegaro Thanks for ✅ and merging 🙇♂️ I'd like to note that Debugged it a little bit and it seems that the issue may be related to the dates provided in the test which could set In any case, I'll defer to you as experts, I only wanted to flag ✌️ Thanks again! |
|
Thanks for flagging that. Yes I've seen that test being a bit flaky but I thought it was fixed, maybe with your comment I can figure it out. Let me take a look |
|
@pablo-guardiola I figured it out in #997 . Thanks for pointing it out! |
Checklist
purchases-iosand hybridsMotivation
Why is this change required? What problem does it solve?
OfflineCustomerInfoCalculatorTestUnresolved reference: ProductTypecaused by a merge conflict between Disable offline entitlements if active inapp purchases exist #983 and Add support for product_plan_identifier for offline customer info #959CI
testjob inmainis currently ❌ https://app.circleci.com/pipelines/github/RevenueCat/purchases-android/5568/workflows/43815025-8dbf-4b47-a476-f619f7d9065f/jobs/15887Description
Describe your changes in detail
OfflineCustomerInfoCalculatorTestUnresolved reference: ProductTypecaused by a merge conflict between Disable offline entitlements if active inapp purchases exist #983 and Add support for product_plan_identifier for offline customer info #959This was due to
auto-merge#959 without updating from #983 which landed firstPlease describe in detail how you tested your changes
Run
OfflineCustomerInfoCalculatorTestbefore the changes ❌Run
OfflineCustomerInfoCalculatorTestafter the changes ✅cc @vegaro @tonidero