8000 Update plotly/tests/test_optional/test_px/test_px_input.py · FBruzzesi/plotly.py@12b47e0 · GitHub
  • [go: up one dir, main page]

    Skip to content

    Commit 12b47e0

    Browse files
    gvwilsonemilykl
    andauthored
    Update plotly/tests/test_optional/test_px/test_px_input.py
    Co-authored-by: Emily KL <4672118+emilykl@users.noreply.github.com>
    1 parent c58e73a commit 12b47e0

    File tree

    1 file changed

    +1
    -1
    lines changed

    1 file changed

    +1
    -1
    lines changed

    plotly/tests/test_optional/test_px/test_px_input.py

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -406,7 +406,7 @@ def test_timezones(request, constructor):
    406406
    request.applymarker(pytest.mark.xfail)
    407407

    408408
    df = nw.from_native(
    409-
    constructor({"date": ["2015-04-04 19:31:30+01:00"], "value": [3]})
    409+
    constructor({"date": ["2015-04-04 19:31:30+0100"], "value": [3]})
    410410
    ).with_columns(nw.col("date").str.to_datetime(format="%Y-%m-%d %H:%M:%S%z"))
    411411
    args = dict(data_frame=df.to_native(), x="date", y="value")
    412412
    out = build_dataframe(args, go.Scatter)

    0 commit comments

    Comments
     (0)
    0