Skip to content

Commit

Permalink
Reshare test spawns 4 TS servers
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 26, 2024
1 parent f393fd0 commit 92d4c86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/threshold-signature-server/src/validator/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use crate::{
helpers::{
launch::{FORBIDDEN_KEYS, LATEST_BLOCK_NUMBER_RESHARE},
tests::{
initialize_test_logger, run_to_block, setup_client, spawn_testing_validators,
initialize_test_logger, run_to_block, setup_client, spawn_four_testing_validators,
unsafe_get,
},
},
Expand Down Expand Up @@ -56,7 +56,8 @@ async fn test_reshare() {
let cxt = test_node_process_testing_state(true).await;

let add_parent_key_to_kvdb = true;
let (_validator_ips, _validator_ids) = spawn_testing_validators(add_parent_key_to_kvdb).await;
let (_validator_ips, _validator_ids) =
spawn_four_testing_validators(add_parent_key_to_kvdb).await;

let validator_ports = vec![3001, 3002, 3003];
let api = get_api(&cxt.ws_url).await.unwrap();
Expand Down

0 comments on commit 92d4c86

Please sign in to comment.