Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BengtRydberg committed Dec 12, 2024
1 parent 58f48da commit 24469b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/query/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def test_fetch(
"""Test fetch fecthes a product file."""
nswe_bbox = [70, 60, 10, 20]
outfiles = api.fetch(search_results, tmp_path, bbox=nswe_bbox, sleep_time=1)
assert len(outfiles) == 1 and outfiles[0].is_file() and outfiles[0].suffix == "nc"
assert len(outfiles) == 1 and outfiles[0].is_file() and outfiles[0].suffix == ".nc"


def seviri_product_datetime_is_correct(day: int, product: Product, end_datetime: datetime, start_datetime: datetime):
Expand Down

0 comments on commit 24469b7

Please sign in to comment.