Skip to content

Commit

Permalink
Updates expected msg in wallet e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Aug 21, 2024
1 parent 2113c7c commit ae2d949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tests/src/e2e/wallet_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn wallet_encrypted_key_cmds() -> Result<()> {
))?;
cmd.exp_string(" Public key hash:")?;
cmd.exp_string(" Public key:")?;
cmd.exp_string("Enter your decryption password:")?;
cmd.exp_string("Enter your decryption password")?;
cmd.send_line(password)?;

// 3. key list
Expand Down

0 comments on commit ae2d949

Please sign in to comment.