Skip to content

Commit 11b7d75

Browse files
committed
Fix typo
1 parent a1dd6c7 commit 11b7d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extensions/test_scientific.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ def test_remove_all_publications_with_none(self) -> None:
379379
self.collection.validate()
380380

381381
def test_extension_not_implemented(self) -> None:
382-
# Should raise exception if Item does not include extension URI
382+
# Should raise exception if Collection does not include extension URI
383383
collection = pystac.Collection.from_file(self.example_collection_uri)
384384
collection.stac_extensions.remove(ScientificExtension.get_schema_uri())
385385

0 commit comments

Comments
 (0)