Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 18, 2020
1 parent 7dbcbf8 commit b61e3a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/unit/finances.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ describe('finances', () => {
it('returns a next token and financial event groups list if succesful', async () => {
expect.assertions(1)

const mockListFinancialEventGroups = createMockHttpClient('finances_list_financial_event_groups')
const mockListFinancialEventGroups = createMockHttpClient(
'finances_list_financial_event_groups',
)

expect(
await mockListFinancialEventGroups.finances.listFinancialEventGroups(parameters),
Expand Down

0 comments on commit b61e3a2

Please sign in to comment.