Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Oct 16, 2020
1 parent 77a2922 commit d783ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cftime.py
Expand Up @@ -1554,7 +1554,7 @@ def test_num2date_only_use_cftime_datetimes_post_gregorian(
def test_repr():
expected = "cftime.datetime(2000, 1, 1, 0, 0, 0, 0, calendar='gregorian')"
assert repr(datetimex(2000, 1, 1, calendar='standard')) == expected
expected = "cftime.datetime(2000, 1, 1, 0, 0, 0, 0, calendar=None)"
expected = "cftime.datetime(2000, 1, 1, 0, 0, 0, 0, calendar='')"
assert repr(datetimex(2000, 1, 1, calendar=None)) == expected


Expand Down

0 comments on commit d783ffa

Please sign in to comment.