fix test 4

This commit is contained in:
Manuel Araoz 2014-08-19 13:13:00 -04:00
commit 850c4c6f70

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