Skip to content

Commit 584a4a9

Browse files
committed
Removed extra '_' in test name
1 parent d501e49 commit 584a4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ def test_bar_2_subplots_1_triple_stacked(df_bar_data, df_bar_df, subplot_divisio
822822
)
823823

824824

825-
def test_bar_subplots__stacking_bool(df_bar_data, df_bar_df):
825+
def test_bar_subplots_stacking_bool(df_bar_data, df_bar_df):
826826
subplot_division = [("A"), ("B"), ("C"), ("D")]
827827
ax = df_bar_df.plot(subplots=True, kind="bar", stacked=True)
828828
subplot_data_df_list = _df_bar_xyheight_from_ax_helper(

0 commit comments

Comments
 (0)