diff --git a/tests/test_fetch_mappings.py b/tests/test_fetch_mappings.py index 6875eefff5..219b1a4846 100644 --- a/tests/test_fetch_mappings.py +++ b/tests/test_fetch_mappings.py @@ -342,5 +342,3 @@ class MapTests(test_util.TestBase): commands.clone(ui, test_util.fileurl(repo_path), self.wc_path) self.assertEqual(self.repo['tip'].description(), 'blyf') - -