We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c28dfa commit b6a87dbCopy full SHA for b6a87db
test/parallel/test-cluster-worker-destroy.js
@@ -49,7 +49,7 @@ if (cluster.isMaster) {
49
});
50
51
const w = cluster.worker.disconnect();
52
- assert.strictEqual(w, cluster.worker, 'did not return a reference');
+ assert.strictEqual(w, cluster.worker);
53
} else {
54
// Call destroy when worker is not disconnected yet
55
cluster.worker.destroy();
0 commit comments