diff --git a/tests/test_utils.py b/tests/test_utils.py index 00a09a8a..070afad2 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -155,7 +155,7 @@ def test_ny(self, calendar): def test_warning(self): with pytest.warns(UserWarning, match="The number of days"): xs.utils.translate_time_chunk( - {"time": "3years", "lon": 50}, "standard", 3450 + {"time": "3year", "lon": 50}, "standard", 3450 ) def test_dict_of_dict(self):