Skip to content

Commit

Permalink
Add unit test for httpClient
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL committed Mar 8, 2020
1 parent ef99444 commit b2a291c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/httpClient.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jest.mock('axios-rate-limit');
jest.mock('axios');

describe('httpClient', () => {
it('should set expected Chatfuel rate limiting options', () => {
it('should set expected rate limiting options', () => {
const fakeAxiosCreateResponse = {
get: () => {},
};
Expand Down

0 comments on commit b2a291c

Please sign in to comment.