Skip to content

Commit 7212aa1

Browse files
committed
Update test per to_html changes
1 parent 1c5a080 commit 7212aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_io/test_renderers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def test_repr_html(renderer):
307307
sri_hash = _generate_sri_hash(plotlyjs_content)
308308

309309
template = (
310-
"<div> <script>"
310+
'<div style="height:100%; width:100%;"> <script>'
311311
"window.PlotlyConfig = {MathJaxConfig: 'local'};</script>\n "
312312
'<script charset="utf-8" src="'
313313
+ plotly_cdn_url()

0 commit comments

Comments
 (0)