Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuang11 committed Sep 13, 2024
1 parent ba6f8cb commit 1aae59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/tests/testcharts.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def test_errorbars_no_hover(self):
bkplot = Store.renderers['bokeh'].get_plot(plot)
assert not bkplot.tools

@pytest.mark.parametrize('hover_mode', ['vline', 'hline'])
@parameterized.expand(['vline', 'hline'])
def test_hover_line(self, hover_mode):
plot = self.df.hvplot('x', 'y', hover=hover_mode)
opts = Store.lookup_options('bokeh', plot, 'plot')
Expand Down

0 comments on commit 1aae59f

Please sign in to comment.