diff options
Diffstat (limited to 'tests/test_utils/tests.py')
| -rw-r--r-- | tests/test_utils/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/tests.py b/tests/test_utils/tests.py index 1fb70e2aa3..969cbf7659 100644 --- a/tests/test_utils/tests.py +++ b/tests/test_utils/tests.py @@ -202,7 +202,7 @@ class AssertQuerysetEqualTests(TestCase): def test_repeated_values(self): """ - Test that assertQuerysetEqual checks the number of appearance of each item + assertQuerysetEqual checks the number of appearance of each item when used with option ordered=False. """ batmobile = Car.objects.create(name='Batmobile') |
