Skip to content

Commit

Permalink
Fix test: Change seed for deterministic selectors hit
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Jun 18, 2024
1 parent 9d7d2ed commit 7c4b6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/it/invariant.rs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ async fn test_invariant_after_invariant() {
#[tokio::test(flavor = "multi_thread")]
async fn test_invariant_selectors_weight() {
let mut opts = TEST_DATA_DEFAULT.test_opts.clone();
opts.fuzz.seed = Some(U256::from(119u32));
opts.fuzz.seed = Some(U256::from(100u32));

let filter = Filter::new(".*", ".*", ".*fuzz/invariant/common/InvariantSelectorsWeight.t.sol");
let mut runner = TEST_DATA_DEFAULT.runner();
Expand Down

0 comments on commit 7c4b6cf

Please sign in to comment.