Skip to content

Commit

Permalink
update collection test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Jul 16, 2024
1 parent 522e25c commit 10d1d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_collections.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pystac import Collection

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


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

0 comments on commit 10d1d6c

Please sign in to comment.