Skip to content

Commit

Permalink
fix cov miss
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Nov 25, 2023
1 parent e260482 commit 5812a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ def n(fmt, s, e):
pytest.fail("%r matched %r" % (fmt, s))

utc = parse.FixedTzOffset(0, "UTC")
assert repr(utc) == '<FixedTzOffset UTC 0:00:00>'
aest = parse.FixedTzOffset(10 * 60, "+1000")
tz60 = parse.FixedTzOffset(60, "+01:00")

Expand Down

0 comments on commit 5812a89

Please sign in to comment.