From 4e688775fad7feb02a1062a64fb16e9acd2d53aa Mon Sep 17 00:00:00 2001 From: Richa Jain Date: Fri, 13 Sep 2024 19:06:11 +0800 Subject: [PATCH] Fixing test --- ipa-core/src/cli/crypto.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();