Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Jun 28, 2024
1 parent 7b19c13 commit 08e554f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stackslib/src/chainstate/nakamoto/coordinator/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,10 @@ fn block_descendant() {
// this would be where things go haywire. this tenure's parent will be the anchor block.
let (first_reward_block, ..) = peer.single_block_tenure(&private_key, |_| {}, |_| {}, |_| true);

assert_eq!(first_reward_block.header.parent_block_id, naka_anchor_block.block_id());
assert_eq!(
first_reward_block.header.parent_block_id,
naka_anchor_block.block_id()
);
}

#[test]
Expand Down

0 comments on commit 08e554f

Please sign in to comment.