From d783ffa8a9e1de09e1ad1425702af951250f896c Mon Sep 17 00:00:00 2001 From: jswhit Date: Fri, 16 Oct 2020 11:41:30 -0600 Subject: [PATCH] update --- test/test_cftime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_cftime.py b/test/test_cftime.py index 34b0bb46..b4c5f58c 100644 --- a/test/test_cftime.py +++ b/test/test_cftime.py @@ -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