Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Aug 23, 2024
1 parent c4310cf commit 2f4a731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/validator/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async fn test_reshare() {
);
}

run_to_block(&rpc, block_number + 5).await;
run_to_block(&rpc, block_number + 7).await;

let response_stale =
client.post("http://127.0.0.1:3001/validator/rotate_network_key").send().await.unwrap();
Expand Down

0 comments on commit 2f4a731

Please sign in to comment.