Skip to content

Commit 2869130

Browse files
committed
fix failing test
1 parent ced2c8b commit 2869130

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/python/plotly/plotly/tests/test_io/test_renderers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ def test_repr_html(renderer):
306306
+ '"></script> '
307307
'<div id="cd462b94-79ce-42a2-887f-2650a761a144" class="plotly-graph-div" '
308308
'style="height:100%; width:100%;"></div> <script type="text/javascript">'
309-
" window.PLOTLYENV=window.PLOTLYENV || {};"
310-
' if (document.getElementById("cd462b94-79ce-42a2-887f-2650a761a144"))'
309+
" window.PLOTLYENV=window.PLOTLYENV || {};"
310+
' if (document.getElementById("cd462b94-79ce-42a2-887f-2650a761a144"))'
311311
' { Plotly.newPlot( "cd462b94-79ce-42a2-887f-2650a761a144",'
312312
' [], {"template":{}},'
313313
' {"responsive": true} ) };'
314-
" </script> </div>"
314+
" </script> </div>"
315315
)
316316
if "text/html" in bundle:
317317
str_bundle = bundle["text/html"]

0 commit comments

Comments
 (0)