From 7429487f30d3d55f52fc828c50765da45dd0ea6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 21 Sep 2023 14:05:38 +0200 Subject: [PATCH] fix clippy --- nym-wallet/Cargo.lock | 2 +- nym-wallet/src-tauri/src/wallet_storage/mod.rs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nym-wallet/Cargo.lock b/nym-wallet/Cargo.lock index b00fed546d..3cb32da98f 100644 --- a/nym-wallet/Cargo.lock +++ b/nym-wallet/Cargo.lock @@ -3512,7 +3512,7 @@ dependencies = [ [[package]] name = "nym_wallet" -version = "1.2.8" +version = "1.2.7" dependencies = [ "async-trait", "base64 0.13.1", diff --git a/nym-wallet/src-tauri/src/wallet_storage/mod.rs b/nym-wallet/src-tauri/src/wallet_storage/mod.rs index c7d033feff..1ebfc82b90 100644 --- a/nym-wallet/src-tauri/src/wallet_storage/mod.rs +++ b/nym-wallet/src-tauri/src/wallet_storage/mod.rs @@ -1563,8 +1563,6 @@ mod tests { #[test] fn append_the_same_account_name_twice_fails() { - let _ = pretty_env_logger::init(); - let store_dir = tempdir().unwrap(); let wallet_file = store_dir.path().join(WALLET_INFO_FILENAME); let mnemonic1 = Mnemonic::generate(24).unwrap();