Skip to content

Commit c919a97

Browse files
committed
negative test
1 parent a380fb2 commit c919a97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ERC4626.test.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,8 @@ abstract contract ERC4626Test is ERC4626Prop {
353353
if (_unlimitedAmount) return type(uint).max;
354354
return IERC20(_vault_).balanceOf(from); // may be different from maxRedeem(from)
355355
}
356+
357+
function test_fail() public {
358+
assert(false);
359+
}
356360
}

0 commit comments

Comments
 (0)