mirror of https://github.com/node-red/node-red.git
Update test helper for new flow api
parent
b4be1184fd
commit
9af08ef26a
|
@ -103,7 +103,7 @@ module.exports = {
|
|||
}
|
||||
flows.load().then(function() {
|
||||
flows.startFlows();
|
||||
should.deepEqual(testFlows, flows.getFlows());
|
||||
should.deepEqual(testFlows, flows.getFlows().flows);
|
||||
cb();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue