Skip to content

Commit

Permalink
Update to failing unit test (#107)
Browse files Browse the repository at this point in the history
* Update test result to match CDS infrastructure updates
  • Loading branch information
EddyCMWF authored Aug 6, 2024
1 parent 64a5df0 commit 0e90a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_request():

r.download("test.grib")

assert os.path.getsize("test.grib") == 2076600
assert os.path.getsize("test.grib") == 2076588


@pytest.mark.parametrize(
Expand Down

0 comments on commit 0e90a66

Please sign in to comment.