Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
barneydobson committed Oct 24, 2024
1 parent a64197e commit d0b9d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def test_building_bbox_downloader_download():
with tempfile.TemporaryDirectory() as temp_dir:
temp_fid = Path(temp_dir) / "temp.parquet"
# Download
response = downloaders.download_buildings_bbox(temp_fid, bbox)
downloaders.download_buildings_bbox(temp_fid, bbox)

# Check file exists
assert temp_fid.exists(), "Buildings data file not found after download."
Expand Down

0 comments on commit d0b9d65

Please sign in to comment.