Skip to content

Commit

Permalink
fix test lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mariocynicys committed Mar 23, 2024
1 parent 262b21e commit 00844ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/mm2_main/tests/mm2_tests/mm2_tests_inner.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 00844ca

Please sign in to comment.