Skip to content

Commit 2fdeb87

Browse files
committed
fixed formatting
1 parent f1a9acf commit 2fdeb87

File tree

1 file changed

+1
-1
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8203,7 +8203,7 @@ fn block_proposal_max_age_rejections() {
82038203
.unwrap_or((0, 0));
82048204
assert_eq!(block_2_status.1, 0, "Block 2 should always be rejected");
82058205

8206-
info!("Block 2 status"; "accepted" => block_2_status.1, "rejected" => block_2_status.0);
8206+
info!("Block 2 status"; "accepted" => %block_2_status.1, "rejected" => %block_2_status.0);
82078207
Ok(block_2_status.0 > num_signers * 7 / 10)
82088208
})
82098209
.expect("Timed out waiting for block rejections");

0 commit comments

Comments
 (0)