Skip to content

Commit 0af4ef6

Browse files
committed
Fix test for 2d-density
1 parent af66d01 commit 0af4ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_tools/test_figure_factory.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ def test_2D_density_all_args(self):
14381438
'hovermode': 'closest',
14391439
'margin': {'t': 50},
14401440
'showlegend': False,
1441-
'title': 'Love',
1441+
'title': '2D Density Plot',
14421442
'width': 800,
14431443
'xaxis': {'domain': [0, 0.85],
14441444
'showgrid': False,

0 commit comments

Comments
 (0)