Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Dec 19, 2023
1 parent e92edc9 commit 24a4cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet/stacks-node/src/tests/nakamoto_integrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ fn mine_multiple_per_tenure_integration() {
assert_eq!(
tip.stacks_block_height,
block_height_pre_3_0 + ((inter_blocks_per_tenure + 1) * tenure_count),
"Should have mined (1 + interim_blocks_per_tenur) * tenure_count nakamoto blocks"
"Should have mined (1 + interim_blocks_per_tenure) * tenure_count nakamoto blocks"
);

coord_channel
Expand Down

0 comments on commit 24a4cda

Please sign in to comment.