Skip to content

Commit

Permalink
no runs
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerguer committed Jan 16, 2025
1 parent a453360 commit 50ed6be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/forge/tests/it/invariant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ async fn test_invariant_selectors_weight() {
let filter = Filter::new(".*", ".*", ".*fuzz/invariant/common/InvariantSelectorsWeight.t.sol");
let mut runner = TEST_DATA_DEFAULT.runner_with(|config| {
config.fuzz.seed = Some(U256::from(119u32));
config.invariant.runs = 1;
config.invariant.depth = 10;
// config.invariant.runs = 1;
// config.invariant.depth = 10;
});
let results = runner.test_collect(&filter);
assert_multiple(
Expand Down

0 comments on commit 50ed6be

Please sign in to comment.