Skip to content

Commit 8d562a4

Browse files
link TODO to issue
1 parent ce5e887 commit 8d562a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/test_logical_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ def test_logical_ops_label_based(self, using_infer_string):
413413
for e in [Series(["z"])]:
414414
if using_infer_string:
415415
# TODO(infer_string) should this behave differently?
416+
# -> https://github.com/pandas-dev/pandas/issues/60234
416417
with pytest.raises(
417418
TypeError, match="not supported for dtype|unsupported operand type"
418419
):

0 commit comments

Comments
 (0)