Skip to content

Commit 25c558f

Browse files
authored
docs: fix typo in writing-tests.md (#1344)
closing parenthesis missing in function
1 parent 9221001 commit 25c558f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forge/writing-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ It is possible to simulate multiple transactions in a single test, with a depend
6363
```solidity
6464
function beforeTestSetup(
6565
bytes4 testSelector
66-
public returns (bytes[] memory beforeTestCalldata)
66+
) public returns (bytes[] memory beforeTestCalldata)
6767
```
6868

6969
where

0 commit comments

Comments
 (0)