Skip to content

Commit

Permalink
Remove no longer failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed May 28, 2024
1 parent dc421f9 commit 17f7168
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions holoviews/tests/plotting/bokeh/test_elementplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,13 +831,6 @@ def test_dim_unit(self):
assert scalebar.visible
assert scalebar.unit == "cm"

def test_scalebar_wrong_unit(self):
curve = Curve([1, 2, 3]).opts(scalebar=True, scalebar_unit='xx')

msg = "Only the following units are supported"
with pytest.raises(ValueError, match=msg):
self.get_scalebar(curve)

def test_scalebar_custom_opts(self):
curve = Curve([1, 2, 3]).opts(scalebar=True, scalebar_opts={'background_fill_alpha': 1})
scalebar = self.get_scalebar(curve)
Expand Down

0 comments on commit 17f7168

Please sign in to comment.