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

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Lefévère-Laoide authored and Fred Lefévère-Laoide committed Oct 25, 2023
1 parent 09904b8 commit e436dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/taipy/gui/extension/test_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_lib_input_html_1(gui: Gui, test_client, helpers):
'defaultValue=""',
"broadcast={_bc_broadcast}",
"value={tpec_TpExPr_val_TPMDL_0}",
"</TestLib_Input>"
"</TestLib_Input>",
]
helpers.test_control_html(gui, html_string, expected_list)

Expand All @@ -150,7 +150,7 @@ def test_lib_input_html_2(gui: Gui, test_client, helpers):
'defaultValue=""',
"broadcast={_bc_broadcast}",
"value={tpec_TpExPr_val_TPMDL_0}",
"</TestLib_Input>"
"</TestLib_Input>",
]
helpers.test_control_html(gui, html_string, expected_list)

Expand Down

0 comments on commit e436dc6

Please sign in to comment.