Skip to content

Commit

Permalink
[fix test] No need to call child._channel.close() using node-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jan 6, 2012
1 parent 5e4f388 commit 4a4ce93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/spawn/parent-custom-plugin-test.js
Expand Up @@ -41,7 +41,6 @@ vows.describe('carapace/spawn/custom-plugin').addBatch({
},
"should emit the `carapace::custom` event": function (_, child, info) {
assert.isTrue(info.data.custom);
child._channel.close();
child.kill();
}
}
Expand Down

0 comments on commit 4a4ce93

Please sign in to comment.