Skip to content

Commit

Permalink
Fix typo in testing section of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Nov 27, 2023
1 parent 5b1c316 commit 212a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ forge script script/Propose.s.sol --sig "run(address)" NEW_GOVERNOR_ADDRESS --rp

### Testing issues

This repo heavily leverages fuzz fork tests causing a significant number of RPC requests to be made. We leverage caching to minimize the number of RPC calls after the tests are run for the first time, but running these tests for the first may cause timeouts and consume a significant number of RPC calls.
This repo heavily leverages fuzz fork tests causing a significant number of RPC requests to be made. We leverage caching to minimize the number of RPC calls after the tests are run for the first time, but running these tests for the first time may cause timeouts and consume a significant number of RPC calls.

0 comments on commit 212a699

Please sign in to comment.