Add unit tests for InAppPaymentRecurringContextJob.

This commit is contained in:
Alex Hart
2025-01-27 15:52:54 -04:00
committed by Greyson Parrelli
parent 762c7a6d22
commit b5f323d4af
6 changed files with 345 additions and 34 deletions

View File

@@ -50,7 +50,7 @@ class InAppPaymentRecurringContextJob private constructor(
const val KEY = "InAppPurchaseRecurringContextJob"
fun create(inAppPayment: InAppPaymentTable.InAppPayment): Job {
fun create(inAppPayment: InAppPaymentTable.InAppPayment): InAppPaymentRecurringContextJob {
return InAppPaymentRecurringContextJob(
inAppPaymentId = inAppPayment.id,
parameters = Parameters.Builder()