mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +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
|
@ -176,7 +176,3 @@ TEST (DecodeVerifyExp, InvalidSubjectTest)
|
|||
jwt::InvalidSubjectError);
|
||||
}
|
||||
|
||||
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