mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
bump rbe package for nom and fix test
This commit is contained in:
@@ -118,7 +118,7 @@ describe('rbe node', function() {
|
||||
msg.should.have.a.property("payload", 10);
|
||||
}
|
||||
else if (c == 3) {
|
||||
msg.should.have.a.property("payload", 20);
|
||||
msg.should.have.a.property("payload", 22);
|
||||
done();
|
||||
}
|
||||
});
|
||||
@@ -129,7 +129,7 @@ describe('rbe node', function() {
|
||||
n1.emit("input", {payload:8});
|
||||
n1.emit("input", {payload:10});
|
||||
n1.emit("input", {payload:15});
|
||||
n1.emit("input", {payload:20});
|
||||
n1.emit("input", {payload:22});
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user