Skip to content

Commit

Permalink
lint code with rust 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed May 21, 2024
1 parent e9e9b6a commit 193191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/test/get_wallet_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fn success() {

let keys = generate_keys(BitcoinNetwork::Regtest);
let wallet = Wallet::new(get_test_wallet_data(
&test_data_dir.to_string_lossy().to_string(),
test_data_dir.to_string_lossy().as_ref(),
&keys.account_xpub,
&keys.mnemonic,
))
Expand Down

0 comments on commit 193191f

Please sign in to comment.