Skip to content

Commit b4129e9

Browse files
committed
update tests
1 parent ade2ad1 commit b4129e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('embark.Config', function () {
3838
it('should load contract config correctly', function () {
3939
config.loadContractsConfigFile();
4040
let expectedConfig = {
41-
versions: {'web3.js': '1.0.0-beta', solc: '0.4.17'},
41+
versions: {'web3': '1.0.0-beta', solc: '0.4.17'},
4242
deployment: {host: 'localhost', port: 8545, type: 'rpc'},
4343
dappConnection: ['$WEB3', 'localhost:8545'],
4444
"gas": "auto",

0 commit comments

Comments
 (0)