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 a1dd6c7 commit 11b7d75Copy full SHA for 11b7d75
tests/extensions/test_scientific.py
@@ -379,7 +379,7 @@ def test_remove_all_publications_with_none(self) -> None:
379
self.collection.validate()
380
381
def test_extension_not_implemented(self) -> None:
382
- # Should raise exception if Item does not include extension URI
+ # Should raise exception if Collection does not include extension URI
383
collection = pystac.Collection.from_file(self.example_collection_uri)
384
collection.stac_extensions.remove(ScientificExtension.get_schema_uri())
385
0 commit comments