This commit is contained in:
Hsiao-Wei Wang 2020-07-23 19:40:24 +08:00
parent a6c168be04
commit 487d19ccb1
No known key found for this signature in database
GPG Key ID: 95B070122902DEA4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ contract DepositContractTest is DSTest {
// --- SUCCESS TESTS ---
// Tests initilized storage values, comparing vyper and solidity
// Tests initialized storage values, comparing vyper and solidity
function test_empty_root() public {
bytes32 zHash = 0x0000000000000000000000000000000000000000000000000000000000000000;
bytes32 zHashN = zHash;