Skip to content

Commit aef9e26

Browse files
committed
fixup! Make TestSTACAPIJobDatabase.test_get_by_status_result less fake
1 parent 94a97c8 commit aef9e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extra/job_management/test_stac_job_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def predefine_collection(self, collection_id: str):
511511
description=collection_id,
512512
extent=pystac.Extent(
513513
spatial=pystac.SpatialExtent([-180, -90, 180, 90]),
514-
temporal=pystac.TemporalExtent([None, None]),
514+
temporal=pystac.TemporalExtent([[None, None]]),
515515
),
516516
title=collection_id,
517517
).to_dict()

0 commit comments

Comments
 (0)