1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

formatting

This commit is contained in:
Kelly Brazil
2022-02-01 16:17:03 -08:00
parent 8061f30e6f
commit ea244fb7a9

View File

@ -118,7 +118,7 @@ class MyTests(unittest.TestCase):
Test 'rsync -ivvv' on OSX 10.14.6 with no file changes
"""
self.assertEqual(jc.parsers.rsync.parse(self.osx_10_14_6_rsync_ivvv_nochange, quiet=True), self.osx_10_14_6_rsync_ivvv_nochange_json)
def test_rsync_centos_7_7_rsync_ivvv_nochange(self):
"""
Test 'rsync -ivvv' on Centos 7.7 with no file changes