summaryrefslogtreecommitdiff
path: root/tests/filtered_relation/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/filtered_relation/tests.py')
-rw-r--r--tests/filtered_relation/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filtered_relation/tests.py b/tests/filtered_relation/tests.py
index fe7f84bcdb..7d77e31b51 100644
--- a/tests/filtered_relation/tests.py
+++ b/tests/filtered_relation/tests.py
@@ -155,7 +155,7 @@ class FilteredRelationTests(TestCase):
)
def test_without_join(self):
- self.assertSequenceEqual(
+ self.assertCountEqual(
Author.objects.annotate(
book_alice=FilteredRelation(
"book", condition=Q(book__title__iexact="poem by alice")