Skip to content

Commit d3984ca

Browse files
committed
Enable --historical-execution for dry run in past test
1 parent 2245cc1 commit d3984ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/state_rewind.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ async fn dry_run__correct_contract_state_in_past_blocks() -> anyhow::Result<()>
568568
let mut rng = StdRng::seed_from_u64(1234);
569569
let driver = FuelCoreDriver::spawn_feeless(&[
570570
"--debug",
571+
"--historical-execution",
571572
"--poa-instant",
572573
"true",
573574
"--state-rewind-duration",

0 commit comments

Comments
 (0)