read/load on Wallet
This commit is contained in:
parent
296c78cdf0
commit
124e1dff19
3 changed files with 54 additions and 7879 deletions
|
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue