From 73a34f3fa81bbc04cfac695ab8fcbd3a4e33d929 Mon Sep 17 00:00:00 2001 From: Fabio Sangiovanni Date: Wed, 19 Feb 2020 07:40:28 +0100 Subject: [PATCH] Removed duplicate tests in ChangeListTests.test_total_ordering_optimization(). --- tests/admin_changelist/tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/admin_changelist/tests.py b/tests/admin_changelist/tests.py index fa0c08669d..a4c220cb15 100644 --- a/tests/admin_changelist/tests.py +++ b/tests/admin_changelist/tests.py @@ -1039,10 +1039,6 @@ class ChangeListTests(TestCase): (['field', '-other_field'], ['field', '-other_field']), # Composite unique nullable. (['-field', 'null_field'], ['-field', 'null_field', '-pk']), - # Composite unique nullable. - (['-field', 'null_field'], ['-field', 'null_field', '-pk']), - # Composite unique nullable. - (['-field', 'null_field'], ['-field', 'null_field', '-pk']), # Composite unique and nullable. (['-field', 'null_field', 'other_field'], ['-field', 'null_field', 'other_field']), # Composite unique attnames.