Skip to content

Commit

Permalink
test: updated dancebox integration tests run_block events order
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Brayanov committed Sep 18, 2024
1 parent d60fbd6 commit 2a07c7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/dancebox/src/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a07c7d

Please sign in to comment.