Skip to content

Commit

Permalink
RustFmt
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Sep 14, 2024
1 parent 32c5eaf commit 88e90c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/threshold-signature-server/src/user/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ async fn signature_request_with_derived_account_works() {
// let substrate_context = test_node_process_testing_state(force_authoring).await;
let substrate_context = integration_test_node_with_unique_ports().await;


let entropy_api = get_api(&substrate_context.node_proc.ws_url).await.unwrap();
let rpc = get_rpc(&substrate_context.node_proc.ws_url).await.unwrap();

Expand Down Expand Up @@ -452,7 +451,6 @@ async fn test_signing_fails_if_wrong_participants_are_used() {
// let substrate_context = test_node_process_testing_state(force_authoring).await;
let substrate_context = integration_test_node_with_unique_ports().await;


let entropy_api = get_api(&substrate_context.node_proc.ws_url).await.unwrap();
let rpc = get_rpc(&substrate_context.node_proc.ws_url).await.unwrap();

Expand Down

0 comments on commit 88e90c9

Please sign in to comment.