Skip to content

Commit a097d30

Browse files
committed
update test comment
1 parent 421bfcb commit a097d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_fastapi/tests/resources/test_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ async def test_search_datetime_with_null_datetime(
11161116
},
11171117
)
11181118
assert feature_ids == {
1119-
"null-datetime-item", # Matches start_datetime <= lte, end_datetime >= gte
1119+
"null-datetime-item", # Overlaps: search range [12:00-01-01 to 12:00-02-01] overlaps item range [00:00-01-01 to 00:00-02-01]
11201120
}, "Range search excluding range-item datetime failed"
11211121

11221122
# Cleanup

0 commit comments

Comments
 (0)