commit
43806a5825
6 changed files with 38 additions and 7 deletions
|
|
@ -474,5 +474,9 @@ describe('Wallet model', function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
|
||||
it('#getNetworkName', function() {
|
||||
var w = createW();
|
||||
w.getNetworkName().should.equal('testnet');
|
||||
});
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue