mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 14:06:10 +00:00
update tests
This commit is contained in:
parent
728aea6e04
commit
d9ac76a0b7
@ -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');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user