Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RondeauG committed Sep 10, 2024
1 parent 7438687 commit f8749e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f8749e2

Please sign in to comment.