Skip to content

Commit 15d93d4

Browse files
committed
lint
1 parent 7fe08ac commit 15d93d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_lint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def test_lint_assets_no_links():
660660
},
661661
}
662662

663-
663+
664664
def test_bbox_antimeridian():
665665
"""Test the check_bbox_antimeridian method for detecting incorrectly formatted bboxes that cross the antimeridian."""
666666
# Create a test item with an incorrectly formatted bbox that belts the globe
@@ -768,6 +768,7 @@ def test_bbox_antimeridian():
768768
linter = Linter(normal_item)
769769
assert linter.check_bbox_antimeridian() == True
770770

771+
771772
def test_lint_pydantic_validation_valid():
772773
"""Test pydantic validation with a valid STAC item."""
773774
file = "sample_files/1.0.0/core-item.json"
@@ -799,4 +800,3 @@ def test_lint_pydantic_validation_recursive():
799800
assert linter.asset_type == "COLLECTION"
800801
assert "stac-pydantic Collection model" in linter.message["schema"]
801802
assert linter.message["validation_method"] == "pydantic"
802-

0 commit comments

Comments
 (0)