Skip to content

Commit cd72a66

Browse files
committed
update blockchain config tests
1 parent e23e4bc commit cd72a66

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

test/blockchain.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ describe('embark.Blockchain', function () {
3030
vmdebug: false,
3131
whisper: true,
3232
account: {},
33-
bootnodes: ""
33+
bootnodes: "",
34+
wsApi: [ "eth", "web3", "net", "shh" ],
35+
wsHost: "localhost",
36+
wsOrigins: false,
37+
wsPort: 8546
3438
};
3539
let blockchain = new Blockchain(config, 'geth');
3640

@@ -59,7 +63,11 @@ describe('embark.Blockchain', function () {
5963
vmdebug: false,
6064
whisper: false,
6165
account: {},
62-
bootnodes: ""
66+
bootnodes: "",
67+
wsApi: [ "eth", "web3", "net", "shh" ],
68+
wsHost: "localhost",
69+
wsOrigins: false,
70+
wsPort: 8546
6371
};
6472
let blockchain = new Blockchain(config, 'geth');
6573

0 commit comments

Comments
 (0)