Update test helper for new flow api

pull/1001/merge
Nick O'Leary 2016-10-09 22:22:13 +01:00
parent b4be1184fd
commit 9af08ef26a
1 changed files with 1 additions and 1 deletions

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();
});
},