more work on coverage

This commit is contained in:
Bastien Gérard
2019-05-14 21:46:57 +02:00
parent 00d2fd685a
commit c82f0c937d
8 changed files with 123 additions and 4 deletions

View File

@@ -839,7 +839,6 @@ class IndexesTest(unittest.TestCase):
Customer.drop_collection()
Customer.objects.first()
def test_unique_and_indexes(self):
"""Ensure that 'unique' constraints aren't overridden by
meta.indexes.