diff --git a/tests/test_hashsum.py b/tests/test_hashsum.py index 2e8663dd..c58cbfba 100644 --- a/tests/test_hashsum.py +++ b/tests/test_hashsum.py @@ -43,7 +43,7 @@ class MyTests(unittest.TestCase): def test_hashsum_nodata(self): """ - Test 'hashsum' with no data + Test 'hashsum' parser with no data """ self.assertEqual(jc.parsers.hashsum.parse('', quiet=True), [])