Skip to content

Commit f06375e

Browse files
authored
test: fix typo in TAP test name (#747)
1 parent 2d8e5c0 commit f06375e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ test('connected', (t) => {
10371037
})
10381038
})
10391039

1040-
test('emit disconnect after destory', t => {
1040+
test('emit disconnect after destroy', t => {
10411041
t.plan(4)
10421042

10431043
const server = createServer((req, res) => {

0 commit comments

Comments
 (0)