From 244f45d6c6545fb01b241019d9e86a3d2c5861e0 Mon Sep 17 00:00:00 2001 From: netkas Date: Thu, 13 Mar 2025 14:52:02 -0400 Subject: [PATCH] Updated CryptographyTest.php --- tests/Socialbox/Classes/CryptographyTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Socialbox/Classes/CryptographyTest.php b/tests/Socialbox/Classes/CryptographyTest.php index 425af15..a9a2bba 100644 --- a/tests/Socialbox/Classes/CryptographyTest.php +++ b/tests/Socialbox/Classes/CryptographyTest.php @@ -278,8 +278,6 @@ $message = "Message to sign"; $this->expectException(CryptographyException::class); - $this->expectExceptionMessage("Failed to sign message"); - Cryptography::signMessage($message, $invalidPrivateKey); }