Skip to content

Commit

Permalink
removed extra should from test description (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
hextobin committed Jul 17, 2020
1 parent 2fcea62 commit cc34638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/basic.js
Expand Up @@ -130,7 +130,7 @@ describe('request', function() {
});
});

it('should should be an Error object', done => {
it('should be an Error object', done => {
let calledErrorEvent = false;
request
.get(`${uri}/error`)
Expand Down

0 comments on commit cc34638

Please sign in to comment.