Skip to content

Commit 3a2befb

Browse files
committed
Add github issue to test
1 parent 89b0bc2 commit 3a2befb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/indexes/test_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -1909,6 +1909,7 @@ def test_is_monotonic_incomparable(self, attr):
19091909
assert not getattr(index, attr)
19101910

19111911
def test_set_value_deprecated(self):
1912+
# GH 28621
19121913
idx = self.create_index()
19131914
arr = np.array([1, 2, 3])
19141915
with tm.assert_produces_warning(FutureWarning):

0 commit comments

Comments
 (0)