mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update test helper for new flow api
This commit is contained in:
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
Block a user