Skip to content

Commit

Permalink
fixup! Adapt e2e tests to new wallet cli
Browse files Browse the repository at this point in the history
  • Loading branch information
karbyshev committed Dec 15, 2023
1 parent 48d91fc commit d4e9df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/e2e/wallet_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ fn wallet_encrypted_key_cmds_env_var() -> Result<()> {
let mut cmd = run!(
test,
Bin::Wallet,
&["find", "--keys", "--alias", key_alias, "--decrypt"],
&["find", "--keys", "--alias", key_alias],
Some(20),
)?;

Expand Down

0 comments on commit d4e9df5

Please sign in to comment.