1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

force git tests

This commit is contained in:
Kelly Brazil
2020-12-29 12:58:04 -08:00
parent 44a7406057
commit 1c880b9e24

View File

@ -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), [])