update tests

This commit is contained in:
Iuri Matias 2018-01-12 14:21:46 -05:00
parent 728aea6e04
commit d9ac76a0b7

View File

@ -34,7 +34,8 @@ describe('embark.Blockchain', function () {
wsApi: [ "eth", "web3", "net", "shh" ],
wsHost: "localhost",
wsOrigins: false,
wsPort: 8546
wsPort: 8546,
wsRPC: true
};
let blockchain = new Blockchain(config, 'geth');
@ -67,7 +68,8 @@ describe('embark.Blockchain', function () {
wsApi: [ "eth", "web3", "net", "shh" ],
wsHost: "localhost",
wsOrigins: false,
wsPort: 8546
wsPort: 8546,
wsRPC: true
};
let blockchain = new Blockchain(config, 'geth');