diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-11-17 17:34:55 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-11-17 17:34:55 +0100 |
commit | 6bb654b7385b4f8f4519f61b60795261517aa235 (patch) | |
tree | 99eb3a24e3378db3e75774bd46d7227dd18ceedc /tests | |
parent | 0a7520b073b44051ddb56a46348e001940e70548 (diff) |
style
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: |