Skip to content

Commit

Permalink
fix: uint 256
Browse files Browse the repository at this point in the history
Co-authored-by: FP <83050944+fp-crypto@users.noreply.github.com>
  • Loading branch information
Schlagonia and fp-crypto authored Sep 9, 2024
1 parent ce26c3b commit 9f8a341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ERC4626Std.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract ERC4626StdTest is ERC4626Test, Setup {
//Avoid special case for deposits of uint256 max
function test_previewDeposit(
Init memory init,
uint assets
uint256 assets
) public override {
if (assets == type(uint256).max) assets -= 1;
super.test_previewDeposit(init, assets);
Expand Down

0 comments on commit 9f8a341

Please sign in to comment.