Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec committed Dec 19, 2024
1 parent 5e5536a commit 940757c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/forge/tests/it/test_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
use alloy_chains::NamedChain;
use alloy_primitives::U256;
use forge::{
executors::strategy::EvmExecutorStrategy, revm::primitives::SpecId, MultiContractRunner,
MultiContractRunnerBuilder, TestOptions, TestOptionsBuilder,
executors::strategy::{EvmExecutorStrategy, ExecutorStrategyExt},
revm::primitives::SpecId,
MultiContractRunner, MultiContractRunnerBuilder, TestOptions, TestOptionsBuilder,
};
use foundry_cli::utils;
use foundry_compilers::{
Expand Down

0 comments on commit 940757c

Please sign in to comment.