Skip to content

Commit

Permalink
Fix test time
Browse files Browse the repository at this point in the history
Refs: #37
  • Loading branch information
atuonufure committed Feb 6, 2024
1 parent 00906fa commit ede1b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_additional.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def datetime_tostring_tzinfo_test():
tzinfo=local_tz,
)
):
assert evaluate({}, "(now() + 1 month).toString()")[0] == "2020-09-20T13:52:15.123+00:00"
assert evaluate({}, "(now() + 1 month).toString()")[0] == "2020-09-20T17:52:15.123+00:00"

0 comments on commit ede1b64

Please sign in to comment.