1
0
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:
Nick O'Leary 2016-10-09 22:22:13 +01:00
parent b4be1184fd
commit 9af08ef26a

View File

@ -103,7 +103,7 @@ module.exports = {
}
flows.load().then(function() {
flows.startFlows();
should.deepEqual(testFlows, flows.getFlows());
should.deepEqual(testFlows, flows.getFlows().flows);
cb();
});
},