mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed ordering-related failure in m2m_through_regress tests
This commit is contained in:
@@ -168,7 +168,7 @@ class ToFieldThroughTests(TestCase):
|
||||
self.car.drivers._add_items('car', 'driver', self.unused_driver)
|
||||
self.assertQuerysetEqual(
|
||||
self.car.drivers.all(),
|
||||
["<Driver: Ryan Briscoe>", "<Driver: Barney Gumble>"]
|
||||
["<Driver: Barney Gumble>", "<Driver: Ryan Briscoe>"]
|
||||
)
|
||||
|
||||
def test_add_null(self):
|
||||
|
||||
Reference in New Issue
Block a user