Skip to content

Commit

Permalink
Update sdk/tests/wallet/wallet_storage.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Aug 29, 2023
1 parent f3a028a commit 11e0c8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/tests/wallet/wallet_storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ async fn check_existing_db_5() -> Result<()> {
// Commented because it wasn't created with encrypt_work_factor 0
// wallet.set_stronghold_password("STRONGHOLD_PASSWORD".to_owned()).await?;

// TODO: Supposed to be 2 or was that a mistake?
assert_eq!(wallet.get_accounts().await?.len(), 1);

let client_options = wallet.client_options().await;
Expand Down

0 comments on commit 11e0c8a

Please sign in to comment.