Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
richajaindce committed Sep 13, 2024
1 parent 9baca44 commit 4e68877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/cli/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public_key = "cfdbaaff16b30aa8a4ab07eaad2cdd80458208a1317aefbb807e46dce596617e"
}

#[tokio::test]
#[should_panic = "called `Result::unwrap()` on an `Err` value: Crypt(Other)"]
#[should_panic = "Error: Crypt(Other)"]
async fn decrypt_bad_private_key() {
let input_file = write_input_file();
let output_dir = tempdir().unwrap();
Expand Down

0 comments on commit 4e68877

Please sign in to comment.