diff options
Diffstat (limited to 'test/web3')
-rw-r--r-- | test/web3/schema.js | 2 | ||||
-rw-r--r-- | test/web3/web3.js | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/web3/schema.js b/test/web3/schema.js index 61977f140..336060431 100644 --- a/test/web3/schema.js +++ b/test/web3/schema.js @@ -173,7 +173,7 @@ var methods = { eth_getUncleByBlockNumberAndIndex: [ 'eth_getUncleByBlockNumberAndIndex', - params.uncleByBlockNumberAndIndexParams, + params.uncleByBlockNumberAndIndexParams, params.block, 2, ], diff --git a/test/web3/web3.js b/test/web3/web3.js index 0f7a4c3cd..8f319f38e 100644 --- a/test/web3/web3.js +++ b/test/web3/web3.js @@ -27,8 +27,8 @@ web3.currentProvider.enable().then(() => { }) }) - }) - }) + }) +}) |