diff options
author | Michael Adam <obnox@samba.org> | 2016-12-13 01:47:40 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-03-28 14:12:07 +0100 |
commit | a735836c29a5968379e9716ca2feb7c5bdb824ce (patch) | |
tree | f83c8baac161665cddfb4b1bf39bafbe11fa4302 /tests | |
parent | f619ec3853e0cc6ac8dc16ad35d0b553c8c790c2 (diff) | |
download | sos-a735836c29a5968379e9716ca2feb7c5bdb824ce.tar.gz |
[plugins] fix trailing whitespace in plugin_tests
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugin_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 531f3508..932e89e2 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -236,7 +236,7 @@ class AddCopySpecTests(unittest.TestCase): return os.path.join(self.mp.sysroot, path) expected_paths = set(map(pathmunge, self.expect_paths)) self.assertEquals(self.mp.copy_paths, expected_paths) - + # add_copy_spec() def test_single_file(self): |