1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-03 00:46:53 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-05-26 16:04:57 -07:00
parent 08fbde0e8f
commit 15e3a511b6

View File

@ -49,7 +49,7 @@ class MyTests(unittest.TestCase):
def test_wc_stdin_osx_10_14_6(self):
"""
Test 'wc' from STDIN on OSX 10.14.6
Test 'wc' from `STDIN` on OSX 10.14.6
"""
self.assertEqual(jc.parsers.wc.parse(self.osx_10_14_6_wc_stdin, quiet=True), self.osx_10_14_6_wc_stdin_json)