Skip to content

Commit

Permalink
Update test count for STAC
Browse files Browse the repository at this point in the history
Update expected test count for addt'l admin test data
  • Loading branch information
webb-ben committed Dec 27, 2023
1 parent 6e75a52 commit 42abf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filesystem_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_query(config):

r = p.get_data_path(baseurl, urlpath, dirpath)

assert len(r['links']) == 11
assert len(r['links']) == 12

r = p.get_data_path(baseurl, urlpath, '/poi_portugal')

Expand Down

0 comments on commit 42abf1a

Please sign in to comment.