Skip to content

Commit

Permalink
Merge pull request #13 from mkalinin/patch-3
Browse files Browse the repository at this point in the history
Fix amount in tests
  • Loading branch information
lightclient authored May 15, 2024
2 parents e0d68e0 + a5a4716 commit 6603ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Contract.t.sol.in
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ contract ContractTest is Test {
}
// amount
for (uint256 i = 0; i < 8; i++) {
out[i] = bytes1(uint8(x+1));
out[48 + i] = bytes1(uint8(x+1));
}

return out;
Expand Down

0 comments on commit 6603ac0

Please sign in to comment.