From a15b268d707665b4f24ea85ffe738cccb6afea00 Mon Sep 17 00:00:00 2001 From: Christopher McArthur Date: Sun, 10 Dec 2023 20:13:07 -0500 Subject: [PATCH] typo part 2 --- tests/OpenSSLErrorTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/OpenSSLErrorTest.cpp b/tests/OpenSSLErrorTest.cpp index c3d93a273..00966dad3 100644 --- a/tests/OpenSSLErrorTest.cpp +++ b/tests/OpenSSLErrorTest.cpp @@ -938,7 +938,7 @@ TEST(OpenSSLErrorTest, EdDSACertificate) { TEST(OpenSSLErrorTest, Ed25519Reference) { // No keys should throw - ASSERT_THROW(jwt::algorithm::ed25519("", ""), jwt::error:ecdsa_exception); + ASSERT_THROW(jwt::algorithm::ed25519("", ""), jwt::error::ecdsa_exception); jwt::algorithm::ed25519 alg{ed25519_pub_key, ed25519_priv_key}; std::error_code ec;