Skip to content

Commit abfdaaa

Browse files
Update tests/unit/development/test_base_component.py
Co-authored-by: Chris Parmer <[email protected]>
1 parent 1de8a13 commit abfdaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/development/test_base_component.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@ def test_debc027_component_error_message():
479479
def test_set_random_id():
480480
app = Dash(__name__)
481481

482-
input1 = dcc.Input(value="Hello")
483-
input2 = dcc.Input(value="Hello")
482+
input1 = dcc.Input(value="Hello Input 1")
483+
input2 = dcc.Input(value="Hello Input 2")
484484
output1 = html.Div()
485485
output2 = html.Div()
486486
output3 = html.Div(id="output-3")

0 commit comments

Comments
 (0)