Skip to content

Commit 6c99580

Browse files
committed
fix ts
1 parent 40cf57a commit 6c99580

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/Search/handleActionButtonPressTest.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,9 @@ describe('handleActionButtonPress', () => {
343343
snapshotPolicy: snapshotPolicy as Policy,
344344
lastPaymentMethod: mockLastPaymentMethod,
345345
personalPolicyID: undefined,
346-
userBillingGraceEndPeriods: undefined,
346+
userBillingGracePeriodEnds: undefined,
347+
ownerBillingGracePeriodEnd: undefined,
348+
amountOwed: undefined,
347349
onHoldMenuOpen,
348350
});
349351

0 commit comments

Comments
 (0)