Skip to content

Commit 9c0368b

Browse files
committed
fix: lint
1 parent 303a730 commit 9c0368b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/actions/IOUTest/ReceiptTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ describe('actions/IOU/Receipt', () => {
534534
});
535535

536536
it('should optimistically null the receipt and set pending field', async () => {
537+
// eslint-disable-next-line rulesdir/no-multiple-api-calls
537538
const writeSpy = jest.spyOn(API, 'write').mockImplementation(jest.fn());
538539
await seedOnyx();
539540

@@ -571,6 +572,7 @@ describe('actions/IOU/Receipt', () => {
571572
});
572573

573574
it('should call API.write with DETACH_RECEIPT command and correct params', async () => {
575+
// eslint-disable-next-line rulesdir/no-multiple-api-calls
574576
const writeSpy = jest.spyOn(API, 'write').mockImplementation(jest.fn());
575577
await seedOnyx();
576578

0 commit comments

Comments
 (0)