Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 10d1d6c

Browse files
committedJul 16, 2024·
update collection test directory
1 parent 522e25c commit 10d1d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_collections.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pystac import Collection
55

66
ROOT = Path(__file__).parents[1]
7-
COLLECTIONS_PATH = ROOT / "ingestion-data" / "collections"
7+
COLLECTIONS_PATH = ROOT / "ingestion-data" / "production" / "collections"
88

99

1010
@pytest.mark.parametrize("path", COLLECTIONS_PATH.rglob("*.json"))

0 commit comments

Comments
 (0)
Please sign in to comment.