Skip to content

Commit 0f9f0da

Browse files
committed
Fixed a typo in the class name for TestAlgorithms
1 parent 78742f7 commit 0f9f0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
has_crypto = False
1616

1717

18-
class TestJWT(unittest.TestCase):
18+
class TestAlgorithms(unittest.TestCase):
1919
def setUp(self): # noqa
2020
pass
2121

0 commit comments

Comments
 (0)