Skip to content

Commit b7f985b

Browse files
committed
chore: fix typo in test
1 parent 200031e commit b7f985b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/supertest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ describeHttp2('http2', function() {
14271427
.end(function (err, res) {
14281428
res.status.should.equal(200);
14291429
res.text.should.equal('hey');
1430-
// close the external server explictly
1430+
// close the external server explicitly
14311431
server.close(done);
14321432
});
14331433
});

0 commit comments

Comments
 (0)