Skip to content

Commit 9af08ef

Browse files
committed
Update test helper for new flow api
1 parent b4be118 commit 9af08ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/nodes/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = {
103103
}
104104
flows.load().then(function() {
105105
flows.startFlows();
106-
should.deepEqual(testFlows, flows.getFlows());
106+
should.deepEqual(testFlows, flows.getFlows().flows);
107107
cb();
108108
});
109109
},

0 commit comments

Comments
 (0)