From 4f3fb8c6ca09f3fbf52854719ce1d5ee721f3d4e Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Mon, 12 Aug 2024 17:52:08 -0400 Subject: [PATCH] Don't ignore old signing test --- crates/threshold-signature-server/src/user/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/threshold-signature-server/src/user/tests.rs b/crates/threshold-signature-server/src/user/tests.rs index 9c7e1a836..da7f24377 100644 --- a/crates/threshold-signature-server/src/user/tests.rs +++ b/crates/threshold-signature-server/src/user/tests.rs @@ -492,7 +492,6 @@ async fn signature_request_with_derived_account_works() { clean_tests(); } -#[ignore] #[tokio::test] #[serial] async fn test_sign_tx_no_chain_fail() {