Fix exec test on node 0.10

pull/1014/head
Nick O'Leary 2016-10-11 10:53:50 +01:00
parent 3f8e42e510
commit 22e1bafe1b
1 changed files with 1 additions and 0 deletions

View File

@ -259,6 +259,7 @@ describe('exec node', function() {
n4.on("input", function(msg) {
try {
msg.should.have.property("payload");
should.not.be.null(msg.payload);
msg.payload.should.be.a.Number();
msg.payload.should.equal(0);
done();