Skip to content

Commit bbe7fde

Browse files
committed
chore: fix typo in test name
1 parent 180207c commit bbe7fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ def test_bar_plot_x_axis(self):
987987
expected_x = [-1, 0, 1, 2, 3]
988988
assert actual_bar_x == expected_x
989989

990-
def test_non_numeric_bar_plt(self):
990+
def test_non_numeric_bar_plot_x_axis(self):
991991
df = DataFrame(
992992
{
993993
"bars": {"a": 0.5, "b": 1.0},

0 commit comments

Comments
 (0)