Skip to content

Commit 9a4cb55

Browse files
committed
debug
1 parent 9ec0f26 commit 9a4cb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_core/test_px/test_px_hover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_composite_hover():
3333
fig.data[0].hovertemplate
3434
== "time=Dinner<br>tip=%{x}<br>total_bill=%{customdata[2]:.1f}<br>sex=%{customdata[1]}<extra></extra>"
3535
or fig.data[0].hovertemplate
36-
== "time=Dinner<br>tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[2]}<extra></extra>"
36+
== "time=Dinner<br>tip=%{x}<br>total_bill=%{customdata[1]:.1f}<br>sex=%{customdata[0]}<extra></extra>"
3737
)
3838

3939

0 commit comments

Comments
 (0)