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/admin_ordering/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_ordering') diff --git a/tests/admin_ordering/tests.py b/tests/admin_ordering/tests.py index 6e19accc21..44d7beb368 100644 --- a/tests/admin_ordering/tests.py +++ b/tests/admin_ordering/tests.py @@ -156,7 +156,7 @@ class TestRelatedFieldsAdminOrdering(TestCase): self.check_ordering_of_field_choices([self.b1, self.b2]) def test_custom_queryset_still_wins(self): - """Test that custom queryset has still precedence (#21405)""" + """Custom queryset has still precedence (#21405)""" class SongAdmin(admin.ModelAdmin): # Exclude one of the two Bands from the querysets def formfield_for_foreignkey(self, db_field, request, **kwargs): -- cgit v1.3