update tests
This commit is contained in:
parent
a7a6a03bfe
commit
352f409fd2
|
@ -42,7 +42,7 @@ describe('embark.Config', function () {
|
|||
it('should load contract config correctly', function () {
|
||||
config.loadContractsConfigFile();
|
||||
let expectedConfig = {
|
||||
versions: {'web3': '1.0.0-beta', solc: '0.4.17'},
|
||||
versions: {'web3': '1.0.0-beta', solc: '0.4.25'},
|
||||
deployment: {host: 'localhost', port: 8545, type: 'rpc'},
|
||||
dappConnection: ['$WEB3', 'localhost:8545'],
|
||||
"gas": "auto",
|
||||
|
|
Loading…
Reference in New Issue