Skip to content

Commit 729d43d

Browse files
gengjiawenrefack
authored andcommitted
test: fix test case in test-child-process-fork-dgram.js
PR-URL: nodejs#24459 Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7143d98 commit 729d43d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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', (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)