Change signature for has_claim_with_value API

This commit is contained in:
Arun M 2017-12-26 14:16:35 +05:30
parent c62a9498d9
commit d7e4add937
4 changed files with 47 additions and 4 deletions

View file

@ -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;