Skip to content

Commit

Permalink
reduce test state elements
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Nov 22, 2024
1 parent e734d3f commit f982fa2
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 @@ -712,7 +712,7 @@ mod tests {
let (tx, rx) = std::sync::mpsc::channel();
let stream = StdReceiverStream::new(rx);

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

0 comments on commit f982fa2

Please sign in to comment.