Skip to content

Commit 9b13b81

Browse files
chore(tests): bump forge-std version (#12661)
* chore: bump forge-std version used for tests * bump ci * bump invariant.shrink_run_limit to 425 to give shrinker more opportunity to find minimum sequence --------- Co-authored-by: zerosnacks <[email protected]> Co-authored-by: zerosnacks <[email protected]>
1 parent 6063717 commit 9b13b81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/forge/tests/cli/test_cmd/invariant/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ forgetest_init!(
12281228
config.fuzz.seed = Some(U256::from(119u32));
12291229
config.invariant.runs = 1;
12301230
config.invariant.depth = 1000;
1231-
config.invariant.shrink_run_limit = 365;
1231+
config.invariant.shrink_run_limit = 425;
12321232
});
12331233

12341234
prj.add_test(

testdata/forge-std-rev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8e40513d678f392f398620b3ef2b418648b33e89
1+
7117c90c8cf6c68e5acce4f09a6b24715cea4de6

0 commit comments

Comments
 (0)