Created
March 18, 2015 14:56
-
-
Save jpadilla/50717c58327f08497d1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| FAIL: test_ec_verify_should_return_false_if_signature_invalid (tests.test_algorithms.TestAlgorithms) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/jpadilla/Projects/Personal/pyjwt/tests/test_algorithms.py", line 186, in test_ec_verify_should_return_false_if_signature_invalid | |
| self.assertFalse(result) | |
| AssertionError: True is not false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment