Skip to content

Commit

Permalink
update(test): checked PseudoRandomSeed against HashZero
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Sep 21, 2023
1 parent 0af9dd7 commit 6c46508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util-precompile/PrngSystemContract.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ describe('PrngSystemContract tests', function () {
(e) => e.event === Constants.Events.PseudoRandomSeed
)[0].args[0]

expect(result).to.exist
expect(result).to.not.hexEqual(ethers.constants.HashZero)
})
})

0 comments on commit 6c46508

Please sign in to comment.