Skip to content

Commit ee92e27

Browse files
Fixed another test
1 parent b5bedde commit ee92e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_numpy_dtypes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def test_complex_array():
351351
def test_signature(doc):
352352
assert (
353353
doc(m.create_rec_nested)
354-
== "create_rec_nested(arg0: int) -> numpy.ndarray[NestedStruct]"
354+
== "create_rec_nested(arg0: int) -> numpy.typing.NDArray[NestedStruct]"
355355
)
356356

357357

0 commit comments

Comments
 (0)