Skip to content

Commit 758939b

Browse files
committed
test: fix test case in test-child-process-fork-dgram.js
1 parent efa5bf9 commit 758939b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-child-process-fork-dgram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (process.argv[2] === 'child') {
7070
child.on('message', function(msg) {
7171
if (msg === 'gotMessage') {
7272
childGotMessage = true;
73-
} else if (msg = 'handlReceived') {
73+
} else if (msg === 'handleReceived') {
7474
sendMessages();
7575
}
7676
});

0 commit comments

Comments
 (0)