mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-15 01:08:31 +00:00
fix: algorithm::NONE string representation capitalized, tests linkage fixes
This commit is contained in:
parent
67504faf29
commit
20d997dd2f
9 changed files with 9 additions and 39 deletions
|
@ -312,8 +312,3 @@ TEST (EncodeTest, HeaderParamTest)
|
|||
std::cout << dec_obj.header() << std::endl;
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue