make tests work by faking storage

This commit is contained in:
Ryan X. Charles 2014-04-16 16:52:42 -03:00
commit b442e110e4
2 changed files with 14 additions and 9 deletions

3
API.js
View file

@ -20,6 +20,9 @@ API.prototype._init = function(opts) {
wallet: {
requiredCopayers: opts.requiredCopayers || 3,
totalCopayers: opts.totalCopayers || 5,
},
storage: {
filename: 'copaywallet.json'
}
};