fix clippy

This commit is contained in:
Jon Häggblad
2023-09-21 14:05:38 +02:00
committed by fmtabbara
parent 23d11ce523
commit 7429487f30
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -3512,7 +3512,7 @@ dependencies = [
[[package]]
name = "nym_wallet"
version = "1.2.8"
version = "1.2.7"
dependencies = [
"async-trait",
"base64 0.13.1",
@@ -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();