From 321e94fa41b121f65c02119c02098df327bbd569 Mon Sep 17 00:00:00 2001 From: za Date: Thu, 27 Oct 2016 14:53:39 +0700 Subject: Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. --- tests/test_utils/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_utils') 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') -- cgit v1.3