.
This commit is contained in:
parent
b38c26fbd4
commit
fd97b12c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ describe('WalletFactory model', function() {
|
|||
|
||||
console.log('[test.WalletFactory.js.169]', original.opts); //TODO
|
||||
['addressBook', 'networkNonce','networkNonces', 'opts', 'privateKey','copayersExtPubKeys'].forEach(function(k){
|
||||
console.log('[test.WalletFactory.js.166:original:]',k,original[k]); //TODO
|
||||
console.log('[test.WalletFactory.js.166:original:]',k,original[k], o2[k]); //TODO
|
||||
o2[k].should.be.deep.equal(original[k], k + ' differs');
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue