From ea244fb7a91f1d1f8ffe0ea6dc10dfe5ab836878 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 1 Feb 2022 16:17:03 -0800 Subject: [PATCH] formatting --- tests/test_rsync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rsync.py b/tests/test_rsync.py index bf628643..62e8de21 100644 --- a/tests/test_rsync.py +++ b/tests/test_rsync.py @@ -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