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

Commit 9c94308

Browse files
author
Shammamah Hossain
committed
Add mark at point below minimum value.
1 parent 5cb8509 commit 9c94308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/sliders/test_sliders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_slsl003_out_of_range_marks_rangeslider(dash_dcc):
6767
dcc.RangeSlider(
6868
min=0,
6969
max=5,
70-
marks={i: 'Label {}'.format(i) for i in range(10)}
70+
marks={i: 'Label {}'.format(i) for i in range(-1, 10)}
7171
)
7272
])
7373

0 commit comments

Comments
 (0)