Skip to content

Commit 9aa14dc

Browse files
committed
test: fix the test message assertion
1 parent 73dd549 commit 9aa14dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/socket-send-receive-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ for (const proto of testProtos("tcp", "ipc", "inproc")) {
2929
if (!isFullError(err)) {
3030
throw err
3131
}
32-
assert.include(err.message, "send is not a function")
32+
assert.include(err.message, "Message must be present")
3333
}
3434
})
3535

0 commit comments

Comments
 (0)