Skip to content

Commit 093fede

Browse files
authored
Update test_base.py
1 parent 37252ef commit 093fede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexes/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def test_view_with_args_object_array_raises(self, index):
357357
with pytest.raises(ValueError, match=msg):
358358
index.view("i8")
359359
elif index.dtype == "str" and not index.dtype.storage == "python":
360+
# TODO(infer_string): Make the errors consistent
360361
with pytest.raises(NotImplementedError, match="i8"):
361362
index.view("i8")
362363
else:

0 commit comments

Comments
 (0)