Remove forceNetwork
This commit is contained in:
parent
6efa6dbf96
commit
d85fcbfe07
4 changed files with 0 additions and 16 deletions
|
|
@ -1247,15 +1247,6 @@ describe('Wallet model', function() {
|
|||
|
||||
});
|
||||
|
||||
describe('#forceNetwork in config', function() {
|
||||
it('should throw if network is different', function() {
|
||||
var backup = copayConfig.forceNetwork;
|
||||
copayConfig.forceNetwork = true;
|
||||
walletConfig.networkName = 'livenet';
|
||||
createW2.should.throw(Error);
|
||||
copayConfig.forceNetwork = backup;
|
||||
});
|
||||
});
|
||||
describe('_getKeymap', function() {
|
||||
var w = cachedCreateW();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue