mirror of
https://github.com/django/django.git
synced 2025-08-14 15:50:41 +00:00
Fixed typo in ArrayField test name.
This commit is contained in:
parent
6f38697f90
commit
78a55a04c9
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ class TestQuerying(PostgreSQLTestCase):
|
|||
NullableIntegerArrayModel.objects.filter(field__0_2=[2, 3]), self.objs[2:3]
|
||||
)
|
||||
|
||||
def test_order_by_slice(self):
|
||||
def test_order_by_index(self):
|
||||
more_objs = (
|
||||
NullableIntegerArrayModel.objects.create(field=[1, 637]),
|
||||
NullableIntegerArrayModel.objects.create(field=[2, 1]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue