We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421bfcb commit a097d30Copy full SHA for a097d30
stac_fastapi/tests/resources/test_item.py
@@ -1116,7 +1116,7 @@ async def test_search_datetime_with_null_datetime(
1116
},
1117
)
1118
assert feature_ids == {
1119
- "null-datetime-item", # Matches start_datetime <= lte, end_datetime >= gte
+ "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]
1120
}, "Range search excluding range-item datetime failed"
1121
1122
# Cleanup
0 commit comments