We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5323526 commit 7b3e7b7Copy full SHA for 7b3e7b7
test/token/ERC20/extensions/ERC4626.t.sol
@@ -12,7 +12,7 @@ contract ERC4626StdTest is ERC4626Test {
12
_underlying_ = address(new ERC20Mock());
13
_vault_ = address(new ERC4626Mock(_underlying_));
14
_delta_ = 0;
15
- _vaultMayBeEmpty = false;
+ _vaultMayBeEmpty = true;
16
_unlimitedAmount = true;
17
}
18
0 commit comments