Skip to content

Commit 1205845

Browse files
committed
fix prettier
1 parent 9f92716 commit 1205845

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/actions/IOUTest.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,6 @@ describe('actions/IOU', () => {
16281628
const amount = 5000;
16291629
const comment = 'Shared tracked expense test';
16301630

1631-
16321631
// Setup test data - create a self DM report and policy expense chat
16331632
const selfDMReport: Report = {
16341633
reportID: '1',
@@ -1700,7 +1699,7 @@ describe('actions/IOU', () => {
17001699
billable: false,
17011700
},
17021701
});
1703-
1702+
17041703
mockFetch?.resume?.();
17051704
await waitForBatchedUpdates();
17061705

0 commit comments

Comments
 (0)