Skip to content

Commit

Permalink
Update error used in signing test
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Aug 20, 2024
1 parent 837467c commit 032e07d
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 @@ -259,7 +259,7 @@ async fn test_sign_tx_no_chain() {
for res in test_user_res_not_registered {
assert_eq!(
res.unwrap().text().await.unwrap(),
"Chain Fetch: Not Registering error: Register Onchain first"
"Substrate: User is not registered on-chain"
);
}

Expand Down

0 comments on commit 032e07d

Please sign in to comment.