fix: algorithm::NONE string representation capitalized, tests linkage fixes

This commit is contained in:
Nikita Karatun 2020-07-08 16:28:19 +03:00
parent 67504faf29
commit 20d997dd2f
9 changed files with 9 additions and 39 deletions

View file

@ -176,7 +176,3 @@ TEST (DecodeVerifyExp, InvalidSubjectTest)
jwt::InvalidSubjectError);
}
int main(int argc, char* argv[]) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}