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