Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Fix current tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Dec 2, 2020
1 parent 92dbecf commit 2a6cd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frame/dvm/script_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"mocha": "^8.2.0"
},
"scripts": {
"test": "mocha tests/**/*.js --reporter spec --timeout 10000"
"test": "mocha --recursive tests --reporter spec --timeout 10000"
},
"keywords": [],
"author": "",
Expand Down
3 changes: 1 addition & 2 deletions frame/dvm/script_tests/tests/test-rpc-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ describe('Test Block RPC', function () {
//parentHash: "0x2cc74f91423ba20e9bb0b2c7d8924eacd14bc98aa1daad078f8844e529221cde",
receiptsRoot: "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
// size: 501,
stateRoot: "0x0000000000000000000000000000000000000000000000000000000000000000",
timestamp: 0,
totalDifficulty: null,
//transactions: [],
transactionsRoot: "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347",
transactionsRoot: "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
//uncles: []
});

Expand Down

0 comments on commit 2a6cd41

Please sign in to comment.