fix test 4

This commit is contained in:
Manuel Araoz 2014-08-19 13:13:00 -04:00
parent 8709d91b37
commit 850c4c6f70
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});