Skip to content

Commit

Permalink
chore(docs): Update testcode path (#8923)
Browse files Browse the repository at this point in the history
Update testcode path
  • Loading branch information
aganisgash authored Sep 21, 2024
1 parent 0380ca7 commit 1d2379a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions testdata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ A test suite that tests different aspects of Foundry.

### Structure

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

0 comments on commit 1d2379a

Please sign in to comment.