Skip to content

Commit

Permalink
test: check the len of the two inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Aug 6, 2024
1 parent a10746f commit 12ff4af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_scripts/test_gee.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ def test_get_assets(gee_dir: Path) -> None:
"subfolder/subfolder_feature_collection",
]

assert len(list_) == len(names)

for item, name in zip(list_, names):
assert item["name"] == str(gee_dir / name)

Expand Down

0 comments on commit 12ff4af

Please sign in to comment.