Skip to content

Commit ea15d55

Browse files
committed
Fix test_pox_no_anchor_selected
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 6c36933 commit ea15d55

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/coordinator

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/coordinator/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6355,7 +6355,7 @@ fn test_pox_no_anchor_selected() {
63556355
assert_eq!(&pox_id.to_string(), "1111");
63566356
}
63576357

6358-
// Because there is a missing anchor block, the blinded coordinator will not advance on any
6358+
// Because there is a missing anchor block, the blinded coordinator will not advance on any
63596359
// fork that does not build upon one
63606360
{
63616361
let ic = sort_db_blind.index_handle_at_tip();

0 commit comments

Comments
 (0)