Skip to content

Commit

Permalink
test failed
Browse files Browse the repository at this point in the history
  • Loading branch information
panditdhamdhere committed Sep 15, 2024
1 parent c72f852 commit 7cd2b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/MerkleAirdropTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,7 @@ contract MerkleAirdropTest is ZkSyncChainChecker, Test {
uint256 endingBalance = token.balanceOf(user);
console.log("airdrop address this tokens:", endingBalance);
assertEq(endingBalance - startingBalance, AMOUNT_TO_CLAIM);

// test it
}
}

0 comments on commit 7cd2b6d

Please sign in to comment.