Skip to content

Commit

Permalink
typo part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Dec 11, 2023
1 parent 827c5fb commit a15b268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OpenSSLErrorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a15b268

Please sign in to comment.