Skip to content

Commit 63069b8

Browse files
committed
Debug
1 parent 425b4bb commit 63069b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/numpy_/test_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,4 @@ def test_array_repr(any_numpy_array):
349349
values = "[0 nanoseconds, 1 nanoseconds]"
350350
expected = f"<NumpyExtensionArray>\n{values}\nLength: 2, dtype: {nparray.dtype}"
351351
result = repr(arr)
352-
assert result == expected
352+
assert result == expected, f"{result} vs {expected}"

0 commit comments

Comments
 (0)