diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_collection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py index 74f3792..23186a1 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -436,7 +436,6 @@ class testCollectionCreation(unittest.TestCase): mset = collection._enquire.get_mset(0, 10) self.assertEqual(mset.get_matches_estimated(), 0) - def _find_file_in_git_index(self, fname, index): found = False for (path, stage) in index.entries: |