diff --git a/ipa-core/src/cli/crypto.rs b/ipa-core/src/cli/crypto.rs index a195fef89..812157006 100644 --- a/ipa-core/src/cli/crypto.rs +++ b/ipa-core/src/cli/crypto.rs @@ -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();