diff options
Diffstat (limited to 'python/tests/test_dates.py')
| -rw-r--r-- | python/tests/test_dates.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests/test_dates.py b/python/tests/test_dates.py index 8f781e3b..556aa33d 100644 --- a/python/tests/test_dates.py +++ b/python/tests/test_dates.py @@ -192,7 +192,7 @@ class TestHolidays(unittest.TestCase): True, 1.0, 1.0, - cal="/usr/share/cds/US", + cal="/usr/share/cds/NYM", ) def test_juneteenth(self): @@ -200,7 +200,7 @@ class TestHolidays(unittest.TestCase): def test_previous_twentwieth(self): self.assertEqual( - previous_twentieth(datetime.date(2022, 7, 22), cal="/usr/share/cds/US"), + previous_twentieth(datetime.date(2022, 7, 22), cal="/usr/share/cds/NYM"), datetime.date(2022, 6, 21), ) |
