File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ def test_available_collections(catalog):
3535 collections = catalog .available_collections
3636 assert isinstance (collections , list )
3737 assert all (isinstance (c , str ) for c in collections )
38- assert "noc-npd" in collections
38+ assert "noc-npd-era5 " in collections
3939
4040def test_available_items (catalog ):
4141 items = catalog .available_items
4242 assert isinstance (items , list )
4343 assert all (isinstance (i , str ) for i in items )
4444
4545def test_search_valid_collection (catalog ):
46- catalog .search (collection = "noc-npd" )
46+ catalog .search (collection = "noc-npd-era5 " )
4747 assert catalog .Collection is not None
4848 assert isinstance (catalog .available_items , list )
4949
@@ -67,7 +67,7 @@ def test_summary_outputs(catalog):
6767 # Catalog summary:
6868 assert catalog .summary () == catalog .Catalog .describe ()
6969 # Collection summary:
70- catalog .search (collection = 'noc-npd' )
70+ catalog .search (collection = 'noc-npd-era5 ' )
7171 assert (catalog .Collection or catalog .Catalog ).describe () == catalog .Collection .describe ()
7272
7373def test_open_dataset (catalog , item_id ):
You can’t perform that action at this time.
0 commit comments