fix tests

This commit is contained in:
Jonathan Rainville 2018-05-22 15:41:22 -04:00
parent ece09785a7
commit 3759738551
2 changed files with 7 additions and 4 deletions

View File

@ -124,5 +124,6 @@
"adding %s to ipfs": "adding %s to ipfs", "adding %s to ipfs": "adding %s to ipfs",
"DApp available at": "DApp available at", "DApp available at": "DApp available at",
"successfully uploaded to ipfs": "successfully uploaded to ipfs", "successfully uploaded to ipfs": "successfully uploaded to ipfs",
"finished building DApp and deploying to": "finished building DApp and deploying to" "finished building DApp and deploying to": "finished building DApp and deploying to",
} "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)": "instantiated js-ipfs object configured to the current environment (available if ipfs is enabled)"
}

View File

@ -38,7 +38,8 @@ describe('embark.Blockchain', function () {
wsRPC: true, wsRPC: true,
targetGasLimit: false, targetGasLimit: false,
fast: false, fast: false,
light: false light: false,
verbosity: undefined
}; };
let blockchain = new Blockchain(config, 'geth'); let blockchain = new Blockchain(config, 'geth');
@ -75,7 +76,8 @@ describe('embark.Blockchain', function () {
wsRPC: true, wsRPC: true,
targetGasLimit: false, targetGasLimit: false,
fast: false, fast: false,
light: false light: false,
verbosity: undefined
}; };
let blockchain = new Blockchain(config, 'geth'); let blockchain = new Blockchain(config, 'geth');