Skip to content

Commit

Permalink
Update client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Nov 15, 2024
1 parent e94c4e3 commit 02147a8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions crates/client/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use entropy_testing_utils::{
helpers::{
derive_mock_pck_verifying_key, encode_verifying_key, spawn_tss_nodes_and_start_chain,
},
jump_start_network,
substrate_context::test_context_stationary,
ChainSpecType,
};
Expand Down Expand Up @@ -137,12 +136,7 @@ async fn test_remove_program_reference_counter() {
let program_owner = AccountKeyring::Ferdie.pair();

let (_ctx, api, rpc, _validator_ips, _validator_ids) =
spawn_tss_nodes_and_start_chain(ChainSpecType::Integration).await;

// Jumpstart the network
let alice = AccountKeyring::Alice;
let signer = PairSigner::<EntropyConfig, sr25519::Pair>::new(alice.clone().into());
jump_start_network(&api, &rpc, &signer).await;
spawn_tss_nodes_and_start_chain(ChainSpecType::IntegrationJumpStarted).await;

// Store a program
let program_pointer = store_program(
Expand Down

0 comments on commit 02147a8

Please sign in to comment.