Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 25, 2024
1 parent a1f4bca commit 170b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/helpers/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl fmt::Display for ChainSpecType {
pub async fn spawn_testing_validators(
chain_spec_type: ChainSpecType,
) -> (Vec<String>, Vec<PartyId>) {
let ports = vec![3001i64, 3002, 3003, 3004];
let ports = [3001i64, 3002, 3003, 3004];

let (alice_axum, alice_kv) =
create_clients("validator1".to_string(), vec![], vec![], &Some(ValidatorName::Alice)).await;
Expand Down

0 comments on commit 170b5cc

Please sign in to comment.