mirror of
https://github.com/django/django.git
synced 2025-09-07 03:00:43 +00:00
Replaced assertQuerysetEqual() to assertSequenceEqual()/assertCountEqual() where appropriate.
Follow up to 3f7b327562
.
This commit is contained in:
parent
564b317fb5
commit
d795259ea9
10 changed files with 55 additions and 114 deletions
|
@ -85,7 +85,7 @@ class DateTimesTests(TestCase):
|
|||
datetime.datetime(2010, 7, 28),
|
||||
],
|
||||
)
|
||||
self.assertQuerysetEqual(
|
||||
self.assertSequenceEqual(
|
||||
Article.objects.datetimes("comments__approval_date", "day"), []
|
||||
)
|
||||
self.assertSequenceEqual(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue