Skip to content

Commit

Permalink
docs: fix typo in writing-tests.md (#1344)
Browse files Browse the repository at this point in the history
closing parenthesis missing in function
  • Loading branch information
RafaelCaso authored Oct 28, 2024
1 parent 9221001 commit 25c558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/forge/writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ It is possible to simulate multiple transactions in a single test, with a depend
```solidity
function beforeTestSetup(
bytes4 testSelector
public returns (bytes[] memory beforeTestCalldata)
) public returns (bytes[] memory beforeTestCalldata)
```

where
Expand Down

0 comments on commit 25c558f

Please sign in to comment.