Skip to content

fix: replace deprecated fuzz_runs with fuzz.runs in foundry.toml#565

Open
BhariGowda wants to merge 2 commits into
Uniswap:mainfrom
BhariGowda:fix/fuzz-runs-config
Open

fix: replace deprecated fuzz_runs with fuzz.runs in foundry.toml#565
BhariGowda wants to merge 2 commits into
Uniswap:mainfrom
BhariGowda:fix/fuzz-runs-config

Conversation

@BhariGowda

Copy link
Copy Markdown

Fixes #512

Foundry deprecated the fuzz_runs top-level config key in favor of
fuzz.runs. This caused two warnings on every forge test run:

Warning: Found unknown fuzz_runs config for profile ci defined in foundry.toml
Warning: Found unknown fuzz_runs config for profile default defined in foundry.toml

Fix: replaced both occurrences with the correct fuzz.runs syntax.
No functional changes tests run identically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Unknown fuzz_runs config applied in foundry.toml for fuzz tests

1 participant