Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Add mark at point below minimum value.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Nov 11, 2019
1 parent 5cb8509 commit 9c94308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/sliders/test_sliders.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def test_slsl003_out_of_range_marks_rangeslider(dash_dcc):
dcc.RangeSlider(
min=0,
max=5,
marks={i: 'Label {}'.format(i) for i in range(10)}
marks={i: 'Label {}'.format(i) for i in range(-1, 10)}
)
])

Expand Down

0 comments on commit 9c94308

Please sign in to comment.