File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -660,7 +660,7 @@ def test_lint_assets_no_links():
660
660
},
661
661
}
662
662
663
-
663
+
664
664
def test_bbox_antimeridian ():
665
665
"""Test the check_bbox_antimeridian method for detecting incorrectly formatted bboxes that cross the antimeridian."""
666
666
# Create a test item with an incorrectly formatted bbox that belts the globe
@@ -768,6 +768,7 @@ def test_bbox_antimeridian():
768
768
linter = Linter (normal_item )
769
769
assert linter .check_bbox_antimeridian () == True
770
770
771
+
771
772
def test_lint_pydantic_validation_valid ():
772
773
"""Test pydantic validation with a valid STAC item."""
773
774
file = "sample_files/1.0.0/core-item.json"
@@ -799,4 +800,3 @@ def test_lint_pydantic_validation_recursive():
799
800
assert linter .asset_type == "COLLECTION"
800
801
assert "stac-pydantic Collection model" in linter .message ["schema" ]
801
802
assert linter .message ["validation_method" ] == "pydantic"
802
-
You can’t perform that action at this time.
0 commit comments