Skip to content

Commit 742f592

Browse files
gvwilsonemilykl
andauthored
Update plotly/tests/test_optional/test_px/test_px_hover.py
Co-authored-by: Emily KL <[email protected]>
1 parent 86bb1a8 commit 742f592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_optional/test_px/test_px_hover.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_sunburst_hoverdict_color(backend):
184184
assert "color" in fig.data[0].hovertemplate
185185

186186

187-
def test_date_in_hover(request, constructor):
187+
def test_date_in_hover(constructor):
188188
df = nw.from_native(
189189
constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
190190
).with_columns(date=nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))

0 commit comments

Comments
 (0)