Skip to content

Commit cc34638

Browse files
authored
removed extra should from test description (#1581)
1 parent 2fcea62 commit cc34638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ describe('request', function() {
130130
});
131131
});
132132

133-
it('should should be an Error object', done => {
133+
it('should be an Error object', done => {
134134
let calledErrorEvent = false;
135135
request
136136
.get(`${uri}/error`)

0 commit comments

Comments
 (0)