1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

review fixes

This commit is contained in:
DevilsAutumn 2024-05-13 19:09:31 +05:30
parent c34c981b75
commit 01845137d6

View File

@ -1777,7 +1777,7 @@ class SchemaTests(TransactionTestCase):
any("ADD CONSTRAINT" in query["sql"] for query in ctx.captured_queries)
)
else:
self.assertTrue(
self.assertFalse(
any("DROP CONSTRAINT" in query["sql"] for query in ctx.captured_queries)
)