fixed test seed data
This commit is contained in:
parent
bd0ddf5c8c
commit
ec2c45ac2e
3 changed files with 4 additions and 2 deletions
|
|
@ -576,6 +576,8 @@ Identity.prototype.createWallet = function(opts, cb) {
|
|||
var self = this;
|
||||
var w = new walletClass(opts);
|
||||
|
||||
console.log(_.keys(self.wallets));
|
||||
console.log(w.getId());
|
||||
if (_.contains(_.keys(self.wallets), w.getId())) {
|
||||
return cb('walletAlreadyExists');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue