Skip to content

Commit 2521ee8

Browse files
committed
lint
1 parent 250e1b5 commit 2521ee8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/integration/clientside/test_clientside.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -863,11 +863,8 @@ def test_clsd020_clientside_callback_context_triggered_id(dash_duo):
863863

864864
dash_duo.find_element("button[id*='btn1\":0']").click()
865865

866-
dash_duo.wait_for_text_to_equal("#output-clientside", '0')
866+
dash_duo.wait_for_text_to_equal("#output-clientside", "0")
867867

868868
dash_duo.find_element("button[id*='btn1\":2']").click()
869869

870-
dash_duo.wait_for_text_to_equal(
871-
"#output-clientside",
872-
'2'
873-
)
870+
dash_duo.wait_for_text_to_equal("#output-clientside", "2")

0 commit comments

Comments
 (0)