Skip to content

Commit 34b40af

Browse files
gengjiawenrvagg
authored andcommitted
test: fix test case in test-child-process-fork-dgram.js
PR-URL: #24459 Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4070152 commit 34b40af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ if (process.argv[2] === 'child') {
7070
child.on('message', (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)