Skip to content

Commit c24b382

Browse files
committed
fix new parametrized test rddd002
1 parent 8914bb3 commit c24b382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/renderer/test_due_diligence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_rddd001_initial_state(dash_duo):
105105
@pytest.mark.parametrize("child", [0, [0]])
106106
def test_rddd002_falsy_child(dash_duo, child):
107107
app = dash.Dash(__name__)
108-
app.layout = html.Div(id="falsy-wrapper", children=0)
108+
app.layout = html.Div(id="falsy-wrapper", children=child)
109109

110110
dash_duo.start_server(app)
111111

0 commit comments

Comments
 (0)