Skip to content

Commit

Permalink
Minor test renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirko-von-Leipzig committed Oct 29, 2024
1 parent f05cde5 commit 208012b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/block-producer/src/mempool/dependency_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ mod tests {
}

#[test]
fn unpromoted_nodes_are_not_considered_for_root() {
fn pending_nodes_are_not_considered_for_root() {
//! Ensure that an unpromoted node is _not_ added to the root list even if all parents are
//! already processed.
let parent_a = 1;
Expand Down

0 comments on commit 208012b

Please sign in to comment.