mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-21 20:58:58 +00:00
fix unit tests
This commit is contained in:
parent
66b7d50d61
commit
df9134b787
@ -38,6 +38,7 @@ describe('embark.Blockchain', function () {
|
|||||||
wsPort: 8546,
|
wsPort: 8546,
|
||||||
wsRPC: true,
|
wsRPC: true,
|
||||||
targetGasLimit: false,
|
targetGasLimit: false,
|
||||||
|
syncmode: undefined,
|
||||||
syncMode: undefined,
|
syncMode: undefined,
|
||||||
verbosity: undefined,
|
verbosity: undefined,
|
||||||
proxy: true
|
proxy: true
|
||||||
@ -81,6 +82,7 @@ describe('embark.Blockchain', function () {
|
|||||||
wsRPC: true,
|
wsRPC: true,
|
||||||
targetGasLimit: false,
|
targetGasLimit: false,
|
||||||
syncMode: undefined,
|
syncMode: undefined,
|
||||||
|
syncmode: undefined,
|
||||||
verbosity: undefined,
|
verbosity: undefined,
|
||||||
proxy: true
|
proxy: true
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user