Skip to content

Commit 5b19047

Browse files
committed
fix typecheck errors
1 parent 120df88 commit 5b19047

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/actions/IOUTest/SendInvoiceTest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ describe('actions/SendInvoice', () => {
614614
policy,
615615
companyName,
616616
companyWebsite,
617+
senderPolicyTags: undefined,
617618
});
618619

619620
// Then a new invoice chat is created instead of incorrectly using the invoice chat which has been converted from individual to business
@@ -641,6 +642,7 @@ describe('actions/SendInvoice', () => {
641642
currentUserAccountID: 1,
642643
transaction,
643644
policyRecentlyUsedCurrencies: initialCurrencies,
645+
senderPolicyTags: undefined,
644646
});
645647

646648
mockFetch?.fail?.();
@@ -680,6 +682,7 @@ describe('actions/SendInvoice', () => {
680682
transaction,
681683
policyRecentlyUsedCurrencies: [],
682684
policyRecentlyUsedCategories,
685+
senderPolicyTags: undefined,
683686
});
684687

685688
// Then onyxData should be passed to API.write
@@ -755,6 +758,7 @@ describe('actions/SendInvoice', () => {
755758
transaction,
756759
policyRecentlyUsedCurrencies: [],
757760
invoiceChatReportID: preGeneratedReportID,
761+
senderPolicyTags: undefined,
758762
});
759763

760764
expect(writeSpy).toHaveBeenCalledWith(

0 commit comments

Comments
 (0)