mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-27 13:13:43 +00:00
Add unit tests for InAppPaymentRecurringContextJob.
This commit is contained in:
committed by
Greyson Parrelli
parent
762c7a6d22
commit
b5f323d4af
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user