Skip to content

Commit

Permalink
Merge pull request #271 from Belphemur/test-creds
Browse files Browse the repository at this point in the history
Correcting setFlow test
  • Loading branch information
knolleary committed Jul 16, 2014
2 parents 9650b3e + ac889e1 commit 3756e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/node_flows_spec.js
Expand Up @@ -107,6 +107,9 @@ describe('flows', function() {
defer.resolve();
should.deepEqual(testFlows, conf);
return defer.promise;
},
saveCredentials: function (creds) {
return when(true);
}
};
RED.init({}, storage);
Expand Down

0 comments on commit 3756e41

Please sign in to comment.