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
|
@ -186,7 +186,3 @@ TEST (DecodeTest, TypHeaderMiss)
|
|||
EXPECT_FALSE (ec);
|
||||
}
|
||||
|
||||
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