Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 13, 2024
1 parent d407a92 commit c1eb97d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/actions/IOUTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3399,7 +3399,7 @@ describe('actions/IOU', () => {
},
});
});
})
});
});

describe('updateMoneyRequestCategory', () => {
Expand Down
1 change: 1 addition & 0 deletions tests/utils/collections/policies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function createCategoryTaxExpenseRules(category: string, taxCode: string) {
applyWhen: [{condition: 'matches', field: 'category', value: category}],
id: '1',
tax: {
// eslint-disable-next-line @typescript-eslint/naming-convention
field_id_TAX: {
externalID: taxCode,
},
Expand Down

0 comments on commit c1eb97d

Please sign in to comment.