diff --git a/crates/stages/src/test_utils/macros.rs b/crates/stages/src/test_utils/macros.rs index b282e9b9eb..947d3a5fcb 100644 --- a/crates/stages/src/test_utils/macros.rs +++ b/crates/stages/src/test_utils/macros.rs @@ -97,7 +97,7 @@ macro_rules! stage_test_suite { // Run stage unwind let unwind_input = crate::stage::UnwindInput { - unwind_to: stage_progress, stage_progress, bad_block: None, + unwind_to: stage_progress, stage_progress: previous_stage, bad_block: None, }; let rx = runner.unwind(unwind_input).await;