fix(test): set stage progress (#895)

This commit is contained in:
rakita
2023-01-16 11:29:46 +01:00
committed by GitHub
parent 75fab00111
commit 8f53c0782a

View File

@@ -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;