Skip to content

Commit

Permalink
Update test_env.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyi-Lin committed Jun 22, 2024
1 parent 69f92df commit bc848a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_create_time():
t = E.create_time()
assert t.endswith("+00:00")
d = datetime.datetime.fromisoformat(t)
assert d.tzinfo == datetime.UTC
assert d.tzinfo == datetime.timezone.utc


class TestGetFolder:
Expand Down

0 comments on commit bc848a4

Please sign in to comment.