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();