Skip to content

Commit

Permalink
reduce state for test
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Dec 13, 2024
1 parent f99a7e1 commit 9bf7a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/tree/src/tree/root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ mod tests {

let factory = create_test_provider_factory();

let state_updates = create_mock_state_updates(10, 5);
let state_updates = create_mock_state_updates(5, 3);
let mut hashed_state = HashedPostState::default();
let mut accumulated_state: HashMap<Address, (RethAccount, HashMap<B256, U256>)> =
HashMap::default();
Expand Down

0 comments on commit 9bf7a4d

Please sign in to comment.