Skip to content

Commit 3b702d6

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

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
@@ -126,7 +126,7 @@ def test_mkdw004_inline_mathjax(dash_dcc, is_eager):
126126

127127
@pytest.mark.parametrize("is_eager", [True, False])
128128
def test_mkdw005_block_mathjax(dash_dcc, is_eager):
129-
app = Dash(__name__, eager_loading=False, assets_folder="../../assets")
129+
app = Dash(__name__, eager_loading=is_eager, assets_folder="../../assets")
130130

131131
app.layout = html.Div(
132132
[

0 commit comments

Comments
 (0)