Skip to content

Commit ad46b12

Browse files
committed
rename test function
Original NumPy Commit: 786bd366b22675b1e4067653d4729031c258f35f
1 parent 6abc0d6 commit ad46b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_strict/tests/test_indexing_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
([[2, 3]], [0, 0], 0, [[2, 3], [2, 3]]),
1313
],
1414
)
15-
def test_stable_desc_argsort(x, indices, axis, expected):
15+
def test_take_function(x, indices, axis, expected):
1616
"""
1717
Indices respect relative order of a descending stable-sort
1818

0 commit comments

Comments
 (0)