Re-enable ERC4626 property test on empty vaults (#4068)

This commit is contained in:
Hadrien Croubois
2023-02-22 19:23:06 +01:00
committed by GitHub
parent 53235263a3
commit 7b3e7b7055

View File

@ -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;
}
}