Update test helper for refactored flow engine

pull/758/head
Nick O'Leary 2015-10-30 12:48:09 +00:00
parent ec25191c98
commit 5a176a037c
1 changed files with 1 additions and 0 deletions

View File

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