Skip to content

Commit b98e2e1

Browse files
committed
add github issue reference to test
1 parent 20a74d4 commit b98e2e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/series/methods/test_round.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def test_round_ea_boolean(self):
7474
tm.assert_series_equal(ser, expected)
7575

7676
def test_round_dtype_object(self):
77+
# GH#61206
7778
ser = Series([0.2], dtype="object")
7879
msg = "Expected numeric dtype, got object instead."
7980
with pytest.raises(TypeError, match=msg):

0 commit comments

Comments
 (0)