Skip to content

Commit

Permalink
Update IntSlider test for bokeh compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 11, 2021
1 parent 7cdcc73 commit 2cb9d02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions panel/tests/widgets/test_slider.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ def test_int_slider(document, comm):

slider.value = 0
assert widget.value == 0
slider.value_throttled = 0
assert widget.value_throttled == 0

# Testing that value matches start value if value not set.
slider_2 = IntSlider(start=1, end=3, name='Slider_2')
Expand Down

0 comments on commit 2cb9d02

Please sign in to comment.