Skip to content

Commit 9588605

Browse files
docs(property creation): remove function parameter
1 parent 55ab4ee commit 9588605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/property-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ contract Test {
4141
token.mint(address(this), ...);
4242
}
4343
44-
function getShares_never_reverts(uint256 val) public {
44+
function getShares_never_reverts() public {
4545
(bool b,) = c.call(abi.encodeWithSignature("getShares(address)", address(this)));
4646
assert(b);
4747
}

0 commit comments

Comments
 (0)