Skip to content

Commit 9e06e9b

Browse files
committed
Added GitHub issue number comment to unittest
1 parent 531b9e5 commit 9e06e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/plotting/test_frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -2735,6 +2735,7 @@ def test_rcParams_bar_colors(self):
27352735

27362736
@pytest.mark.parametrize('method', ['line', 'barh', 'bar'])
27372737
def test_secondary_axis_font_size(self, method):
2738+
# GH: 12565
27382739
df = (pd.DataFrame(np.random.randn(15, 2),
27392740
columns=list('AB'))
27402741
.assign(C=lambda df: df.B.cumsum())

0 commit comments

Comments
 (0)