Skip to content

Commit

Permalink
Fix e2e wallet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 authored and tzemanovic committed Dec 6, 2023
1 parent 92bdbbe commit d227c53
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/src/e2e/wallet_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ fn wallet_unencrypted_key_cmds() -> Result<()> {
&["key", "gen", "--alias", key_alias, "--unsafe-dont-encrypt"],
Some(20),
)?;
cmd.exp_string("Enter BIP39 passphrase (empty for none): ")?;
cmd.send_line("")?;
cmd.exp_string(&format!(
"Successfully added a key and an address with alias: \"{}\"",
key_alias
Expand Down Expand Up @@ -181,8 +179,6 @@ fn wallet_address_cmds() -> Result<()> {
],
Some(20),
)?;
cmd.exp_string("Enter BIP39 passphrase (empty for none): ")?;
cmd.send_line("")?;
cmd.exp_string(&format!(
"Successfully added a key and an address with alias: \"{}\"",
gen_address_alias
Expand Down

0 comments on commit d227c53

Please sign in to comment.