From 00844ca6f79a24fe5271f8ffb4f00c0f63611801 Mon Sep 17 00:00:00 2001 From: Omer Yacine Date: Sat, 23 Mar 2024 11:51:08 +0200 Subject: [PATCH] fix test lint issue --- mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs b/mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs index 7dce211cac..0d64dc9750 100644 --- a/mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs +++ b/mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs @@ -723,7 +723,7 @@ fn test_rpc_password_from_json_no_userpass() { /// /// Please note that it #[allow(clippy::too_many_arguments)] -#[cfg(all(not(target_arch = "wasm32"), feature = "zhtlc-native-tests"))] +#[allow(dead_code)] async fn trade_base_rel_electrum( bob_priv_key_policy: Mm2InitPrivKeyPolicy, alice_priv_key_policy: Mm2InitPrivKeyPolicy,