We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425b4bb commit 63069b8Copy full SHA for 63069b8
pandas/tests/arrays/numpy_/test_numpy.py
@@ -349,4 +349,4 @@ def test_array_repr(any_numpy_array):
349
values = "[0 nanoseconds, 1 nanoseconds]"
350
expected = f"<NumpyExtensionArray>\n{values}\nLength: 2, dtype: {nparray.dtype}"
351
result = repr(arr)
352
- assert result == expected
+ assert result == expected, f"{result} vs {expected}"
0 commit comments