Skip to content

Commit

Permalink
fixed cargo clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Oct 29, 2024
1 parent eaf5301 commit 78511f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,6 @@ pub(crate) mod test_utils {
let wallet_path = tmp_dir.path().join("wallet.json");
write_wallet_from_mnemonic_and_password(&wallet_path, TEST_MNEMONIC, TEST_PASSWORD)
.unwrap();
f(&tmp_dir.path(), &wallet_path);
f(tmp_dir.path(), &wallet_path);
}
}

0 comments on commit 78511f8

Please sign in to comment.