Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseAbram committed Sep 20, 2024
1 parent 5f9745d commit 0074333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/user/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ async fn test_fails_to_sign_if_non_signing_group_participants_are_used() {

assert_eq!(
test_user_bad_connection_res.unwrap().text().await.unwrap(),
"{\"Err\":\"Subscribe message rejected: NoListener(\\\"no listener\\\")\"}"
"{\"Err\":\"Oneshot timeout error: channel closed\"}"
);

assert!(connection_attempt_handle.await.unwrap());
Expand Down

0 comments on commit 0074333

Please sign in to comment.