Skip to content

Commit 6388ed7

Browse files
committed
chore: cargo fmt
1 parent c44954d commit 6388ed7

File tree

1 file changed

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

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,10 @@ impl SignerTest<SpawnedSigner> {
265265

266266
self.run_until_epoch_3_boundary();
267267
std::thread::sleep(Duration::from_secs(1));
268-
wait_for(60, || Ok(get_chain_info_opt(&self.running_nodes.conf).is_some()))
269-
.expect("Timed out waiting for network to restart after 3.0 boundary reached");
268+
wait_for(60, || {
269+
Ok(get_chain_info_opt(&self.running_nodes.conf).is_some())
270+
})
271+
.expect("Timed out waiting for network to restart after 3.0 boundary reached");
270272

271273
// Wait until we see the first block of epoch 3.0.
272274
// Note, we don't use `nakamoto_blocks_mined` counter, because there

0 commit comments

Comments
 (0)