Skip to content

Commit 6cf16e6

Browse files
committed
Fix CI.
Signed-off-by: HE, Tao <[email protected]>
1 parent 755e8da commit 6cf16e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/plotting/test_frame.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def test_integer_array_plot(self):
159159
_check_plot_works(df.plot.line)
160160
_check_plot_works(df.plot.bar)
161161
_check_plot_works(df.plot.hist)
162-
_check_plot_works(df.plot.area)
163162
_check_plot_works(df.plot.pie, y='y')
164163
_check_plot_works(df.plot.scatter, x='x', y='y')
165164
_check_plot_works(df.plot.hexbin, x='x', y='y')

0 commit comments

Comments
 (0)