Skip to content

Commit 4059f99

Browse files
Update components/dash-core-components/tests/integration/markdown/test_markdown.py
Co-authored-by: Alex Johnson <[email protected]>
1 parent 06a9ba3 commit 4059f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-core-components/tests/integration/markdown/test_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def add_math(n):
240240

241241

242242
def test_mkdw008_mathjax_visual(dash_dcc):
243-
app = Dash(__name__, eager_loading=True, assets_folder="../../assets")
243+
app = Dash(__name__, assets_folder="../../assets")
244244

245245
false = False
246246

0 commit comments

Comments
 (0)