read/load on Wallet

This commit is contained in:
Matias Alejo Garcia 2014-04-14 17:42:10 -03:00
commit 124e1dff19
3 changed files with 54 additions and 7879 deletions

View file

@ -18,7 +18,7 @@ describe('Wallet model', function() {
it('should create an instance', function () {
var opts = {};
var w = new Wallet(opts, config);
var w = new Wallet(config, opts);
should.exist(w);
});
});