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); }