Skip to content

Commit 97755d2

Browse files
committed
1 parent 3db45d5 commit 97755d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_workspace.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ def _collection(
218218
extent=Extent(spatial_extent, temporal_extent),
219219
)
220220

221+
# note: filepath_per_band behavior is tested in e.g. openeo-geopyspark-driver's
222+
# test_batch_result.test_export_workspace_merge_filepath_per_band
223+
221224
item = Item(id=asset_filename, geometry=None, bbox=None, datetime=now_utc(), properties={})
222225

223226
asset_path = root_path / item.id / asset_filename

0 commit comments

Comments
 (0)