Skip to content

Commit 303a730

Browse files
committed
fix: lint
1 parent 83c0ca3 commit 303a730

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/actions/IOUTest/ReceiptTest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ describe('actions/IOU/Receipt', () => {
131131
let getCurrentSearchQueryJSONSpy: jest.SpyInstance;
132132

133133
const mockApiWrite = () => {
134-
// eslint-disable-next-line rulesdir/no-multiple-api-calls
135134
return jest.spyOn(API, 'write').mockImplementation(jest.fn());
136135
};
137136

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

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

0 commit comments

Comments
 (0)