diff options
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( | 
