Skip to content

Commit bf91623

Browse files
fix typo
1 parent 2ac39f3 commit bf91623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks/koalas/tests/test_series_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_pie_plot(self):
9797
self.compare_plots(ax1, ax2)
9898

9999
ax1 = pdf['a'].plot(kind='pie', colormap='Paired')
100-
ax2 = kdf['a'].pie(kind='pie', colormap='Paired')
100+
ax2 = kdf['a'].plot(kind='pie', colormap='Paired')
101101
self.compare_plots(ax1, ax2)
102102

103103
def test_pie_plot_limited(self):

0 commit comments

Comments
 (0)