Skip to content

Commit 410d30e

Browse files
gvwilsonemilykl
andauthored
Update plotly/tests/test_optional/test_px/test_px_hover.py
Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
1 parent 5d539a0 commit 410d30e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def test_date_in_hover(request, constructor):
191191
request.applymarker(pytest.mark.xfail)
192192

193193
df = nw.from_native(
194-
constructor({"date": ["2015-04-04 19:31:30+01:00"], "value": [3]})
194+
constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
195195
).with_columns(date=nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))
196196
fig = px.scatter(df.to_native(), x="value", y="value", hover_data=["date"])
197197

0 commit comments

Comments
 (0)