update to use pkr.networkName

This commit is contained in:
Matias Alejo Garcia 2014-06-09 18:01:15 -03:00
commit 8e8bf1fb84
4 changed files with 14 additions and 8 deletions

View file

@ -365,5 +365,9 @@ describe('Wallet model', function() {
});
});
it('#getNetworkName', function() {
var w = createW();
w.getNetworkName().should.equal('testnet');
});
});