Skip to content

Commit

Permalink
test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudjester committed Jun 28, 2024
1 parent 1d9d7cd commit 90793bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_get_direct_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_get_direct_download_file_list(self):
b"INSITU_GLO_PHYBGCWAV_DISCRETE_MYNRT_013_030/"
b"cmems_obs-ins_glo_phybgcwav_mynrt_na_irr_202311/"
b"history/BO/AR_PR_BO_58JM.nc"
) in self.output.stderr
) in self.output.stdout
assert b"Skipping" not in self.output.stderr
self._assert_file_exists_locally("history/BO/AR_PR_BO_58JM.nc")
self._assert_file_exists_locally("history/BO/AR_PR_BO_58US.nc")
Expand Down

0 comments on commit 90793bf

Please sign in to comment.