fix test 4
This commit is contained in:
parent
8709d91b37
commit
850c4c6f70
1 changed files with 1 additions and 1 deletions
|
|
@ -1093,7 +1093,7 @@ describe('Wallet model', function() {
|
|||
it('should throw if network is different', function() {
|
||||
var backup = copayConfig.forceNetwork;
|
||||
copayConfig.forceNetwork = true;
|
||||
config.networkName = 'livenet';
|
||||
config.networkName = 'testnet';
|
||||
cachedCreateW2.should.throw(Error);
|
||||
copayConfig.forceNetwork = backup;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue