summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-01-25 06:46:07 -0600
committerMark Adams <mark@markadams.me>2015-01-25 06:46:07 -0600
commit0f9f0da52494db42315b84205d8d9181e66068a7 (patch)
treebc232f296b70cc4d198941b6a877c43362cf76a4
parent78742f7bee089757839921d76604b6d24d6adc32 (diff)
downloadpyjwt-0f9f0da52494db42315b84205d8d9181e66068a7.tar.gz
Fixed a typo in the class name for TestAlgorithms
-rw-r--r--tests/test_algorithms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_algorithms.py b/tests/test_algorithms.py
index 5008da1..73ebb05 100644
--- a/tests/test_algorithms.py
+++ b/tests/test_algorithms.py
@@ -15,7 +15,7 @@ except ImportError:
has_crypto = False
-class TestJWT(unittest.TestCase):
+class TestAlgorithms(unittest.TestCase):
def setUp(self): # noqa
pass