Skip to content

Commit 2c9f511

Browse files
committed
test(test_series): Move reference to issue into test.
1 parent 0c74b1f commit 2c9f511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/generic/test_series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ def finalize(self, other, method=None, **kwargs):
152152
Series._metadata = _metadata
153153
Series.__finalize__ = _finalize # FIXME: use monkeypatch
154154

155-
# issue #43659
156155
def test_rename_with_multiindex(self):
156+
# issue #43659
157157
arrays = [
158158
["bar", "baz", "baz", "foo", "qux"],
159159
["one", "one", "two", "two", "one"],

0 commit comments

Comments
 (0)