Skip to content

Commit

Permalink
style: make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Oct 26, 2017
1 parent 750f5c6 commit 5039bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/send-api-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('Send API Request', () => {
subject.should.have.property('post')
subject.post.should.be.instanceOf(Function)
})

it('should create a request-on-steroids with circuitBreaker function', () => {
subject.should.have.property('circuitBreaker')
subject.post.should.be.instanceOf(Function)
Expand Down

0 comments on commit 5039bc6

Please sign in to comment.