Skip to content

Commit b0f1ea8

Browse files
committed
Fix formatting
1 parent 2790b1d commit b0f1ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/multi_page/test_pages_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ def on_click(n_clicks):
265265
dash_duo.wait_for_element("#button").click()
266266
dash_duo.wait_for_text_to_equal("#out", "Button has been clicked 1 times")
267267

268+
268269
def get_app_title_description():
269270
app = Dash(
270271
__name__, use_pages=True, title="App Title", description="App Description"
@@ -287,4 +288,3 @@ def test_pala007_app_title_discription(dash_duo, clear_pages_state):
287288
assert dash.page_registry["page1"]["title"] == "Page 1 Title"
288289
assert dash.page_registry["home"]["description"] == "App Description"
289290
assert dash.page_registry["page1"]["description"] == "Page 1 Description"
290-

0 commit comments

Comments
 (0)