Skip to content

Commit f510f9a

Browse files
authored
Apply suggestion from @philippjfr
1 parent 4139240 commit f510f9a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

holoviews/tests/element/test_selection.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,6 @@ def test_bars_selection_streams_include_selection1d(self):
286286
assert Selection1D in hv.Bars._selection_streams
287287
assert SelectionXY in hv.Bars._selection_streams
288288

289-
def test_barplot_default_tools_include_tap(self):
290-
from holoviews.plotting.bokeh.chart import BarPlot
291-
292-
assert "tap" in BarPlot.param.default_tools.default
293-
294289

295290
class TestSelection2DExpr:
296291
def setup_method(self):

0 commit comments

Comments
 (0)