Skip to content

Commit b35fed9

Browse files
committed
BUG: pandas-dev#30740 added gh to comment
1 parent 1ba9b34 commit b35fed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_reshape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ def test_stack_timezone_aware_values():
11321132

11331133
class TestMultiIndexReshape:
11341134
def test_unstacking_multi_index_df(self):
1135-
# BUG: 30740
1135+
# BUG: gh-30740
11361136
df = pd.DataFrame(
11371137
{
11381138
"name": ["Alice", "Bob"],

0 commit comments

Comments
 (0)