diff --git a/runtime/dancebox/src/tests/common/mod.rs b/runtime/dancebox/src/tests/common/mod.rs index cea235558..ba9bb3ee2 100644 --- a/runtime/dancebox/src/tests/common/mod.rs +++ b/runtime/dancebox/src/tests/common/mod.rs @@ -236,8 +236,9 @@ pub fn end_block() { } pub fn run_block() -> RunSummary { - start_block(); - end_block() + let summary = start_block(); + end_block(); + summary } /// Mock the inherent that sets validation data in ParachainSystem, which