Skip to content

Commit

Permalink
Re-enable ERC4626 property test on empty vaults (#4068)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Feb 22, 2023
1 parent 5323526 commit 7b3e7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/token/ERC20/extensions/ERC4626.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ contract ERC4626StdTest is ERC4626Test {
_underlying_ = address(new ERC20Mock());
_vault_ = address(new ERC4626Mock(_underlying_));
_delta_ = 0;
_vaultMayBeEmpty = false;
_vaultMayBeEmpty = true;
_unlimitedAmount = true;
}
}

0 comments on commit 7b3e7b7

Please sign in to comment.