mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
In test 1 changed low and high from numbers to "" which is the new default
This commit is contained in:
parent
85a74b2e78
commit
175dc4c422
@ -21,8 +21,8 @@ describe('random node', function() {
|
||||
helper.load(testNode, flow, function() {
|
||||
var n1 = helper.getNode("n1");
|
||||
//console.log(n1);
|
||||
n1.should.have.property("low", 1);
|
||||
n1.should.have.property("high", 10);
|
||||
n1.should.have.property("low", "");
|
||||
n1.should.have.property("high", "");
|
||||
n1.should.have.property("inte", false);
|
||||
done();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user