Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Mar 4, 2024
1 parent 467a4cf commit 2002b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/exchange_adapters/base.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('BaseExchangeAdapter', () => {
await expect(async () =>
adapter.fetchFromApi(ExchangeDataType.TICKER, mockTickerEndpoint)
).rejects.toThrowError(
'Failed to parse JSON response: FetchError: invalid json response body at reason: Unexpected token \'<\', \"<html>blah\"... is not valid JSON'
'Failed to parse JSON response: FetchError: invalid json response body at reason: Unexpected token \'<\', "<html>blah"... is not valid JSON'
)
expect(metricCollector.exchangeApiRequestError).toBeCalledWith(
...metricArgs,
Expand Down

0 comments on commit 2002b97

Please sign in to comment.