diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-11-17 17:21:21 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2019-11-17 17:21:21 +0100 |
commit | 7ba444312d85af03aa67875ec028d1ac3beafd80 (patch) | |
tree | 0337f7f70d33630613e79b047fb53cd4686528df /tests | |
parent | f9756feaffb808b904eab2ba177c42d121ccda48 (diff) |
Remove files from git when deleting entries
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_collection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py index ab6d807..74f3792 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -412,7 +412,7 @@ class testCollectionCreation(unittest.TestCase): mset = collection._enquire.get_mset(0, 10) self.assertEqual(mset.get_matches_estimated(), 0) - def test_partial_deletion(self): + def test_partial_uid_deletion(self): tmpdir = tempfile.mkdtemp() shutil.copy('tests/data/simple/settings.yaml', tmpdir) shutil.copytree( |