summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/queries/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/queries/tests.py b/tests/queries/tests.py
index 584784fd1d..9350e3e37e 100644
--- a/tests/queries/tests.py
+++ b/tests/queries/tests.py
@@ -2822,7 +2822,7 @@ class ExcludeTests(TestCase):
) | JobResponsibilities.objects.exclude(
job__responsibilities__description='foo',
)
- self.assertSequenceEqual(
+ self.assertCountEqual(
Job.objects.annotate(
responsibility=subquery.filter(
job=OuterRef('name'),