Skip to content

Commit 1d2379a

Browse files
authored
chore(docs): Update testcode path (#8923)
Update testcode path
1 parent 0380ca7 commit 1d2379a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

testdata/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A test suite that tests different aspects of Foundry.
44

55
### Structure
66

7-
- [`core`](core): Tests for fundamental aspects of Foundry
8-
- [`logs`](logs): Tests for Foundry logging capabilities
9-
- [`cheats`](cheats): Tests for Foundry cheatcodes
10-
- [`fuzz`](fuzz): Tests for the Foundry fuzzer
11-
- [`trace`](trace): Tests for the Foundry tracer
12-
- [`fork`](fork): Tests for Foundry forking capabilities
7+
- [`core`](default/core): Tests for fundamental aspects of Foundry
8+
- [`logs`](default/logs): Tests for Foundry logging capabilities
9+
- [`cheats`](default/cheats): Tests for Foundry cheatcodes
10+
- [`fuzz`](default/fuzz): Tests for the Foundry fuzzer
11+
- [`trace`](default/trace): Tests for the Foundry tracer
12+
- [`fork`](default/fork): Tests for Foundry forking capabilities

0 commit comments

Comments
 (0)