mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
Change signature for has_claim_with_value API
This commit is contained in:
parent
c62a9498d9
commit
d7e4add937
4 changed files with 47 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "gtest/gtest.h"
|
||||
#include "jwt/jwt.hpp"
|
||||
|
||||
TEST (EncodeTest, StrEncodeHS2561)
|
||||
TEST (EncodeTest, StrEncodeHS256_1)
|
||||
{
|
||||
using namespace jwt::params;
|
||||
|
||||
|
@ -30,7 +30,7 @@ TEST (EncodeTest, StrEncodeHS2561)
|
|||
EXPECT_EQ (enc_str, expected_sign);
|
||||
}
|
||||
|
||||
TEST (EncodeTest, StrEncodeHS2562)
|
||||
TEST (EncodeTest, StrEncodeHS256_2)
|
||||
{
|
||||
using namespace jwt::params;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue