Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Jan 27, 2025
1 parent b6d9920 commit b63a086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_dist_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ def test_dist_alert_tool():
"gadm_level": 2,
"context_layer_name": "WRI/SBTN/naturalLands/v1/2020",
"threshold": 8,
"min_date": datetime.date(2023, 8, 1),
"max_date": datetime.date(2023, 8, 31),
"min_date": datetime.date(2024, 5, 1),
"max_date": datetime.date(2024, 8, 31),
}
)

assert len(result) == 7
assert len(result) == 5
assert "natural short vegetation" in result


Expand Down

0 comments on commit b63a086

Please sign in to comment.