aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/plugin_tests.py2
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):