Skip to content

Commit

Permalink
[test fix] Kill child in forever-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Nov 21, 2011
1 parent 865a8fd commit 71cf0de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/forever-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ vows.describe('forever').addBatch({
});
child.start();
},
"should restart the child process": function (_, _, data) {
"should restart the child process": function (_, child, data) {
assert.isObject(data);
child.kill(true);
}
}
},
Expand Down

0 comments on commit 71cf0de

Please sign in to comment.