Skip to content

Commit 7b3e7b7

Browse files
authored
Re-enable ERC4626 property test on empty vaults (#4068)
1 parent 5323526 commit 7b3e7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/token/ERC20/extensions/ERC4626.t.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ contract ERC4626StdTest is ERC4626Test {
1212
_underlying_ = address(new ERC20Mock());
1313
_vault_ = address(new ERC4626Mock(_underlying_));
1414
_delta_ = 0;
15-
_vaultMayBeEmpty = false;
15+
_vaultMayBeEmpty = true;
1616
_unlimitedAmount = true;
1717
}
1818
}

0 commit comments

Comments
 (0)