chore: fix typo in test 路 forwardemail/supertest@b7f985b (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit b7f985b

chore: fix typo in test

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion

Original file line number Diff line number Diff line change
@@ -1427,7 +1427,7 @@ describeHttp2('http2', function() {
1427 1427 .end(function (err, res) {
1428 1428 res.status.should.equal(200);
1429 1429 res.text.should.equal('hey');
1430 -// close the external server explictly
1430 +// close the external server explicitly
1431 1431 server.close(done);
1432 1432 });
1433 1433 });

0 commit comments