Skip to content

Commit 0413057

Browse files
authored
Merge pull request #862 from noritaka1166/fix-typo-test
chore: fix typo in test
2 parents e2be0e1 + b7f985b commit 0413057

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
@@ -1444,7 +1444,7 @@ describeHttp2('http2', function() {
14441444
.end(function (err, res) {
14451445
res.status.should.equal(200);
14461446
res.text.should.equal('hey');
1447-
// close the external server explictly
1447+
// close the external server explicitly
14481448
server.close(done);
14491449
});
14501450
});

0 commit comments

Comments
 (0)