Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Nov 29, 2022
1 parent e106c36 commit 98bb03d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,7 @@ def test_lint_dict_collection():
linter = Linter(file)
assert linter.valid_stac == True
assert linter.asset_type == "COLLECTION"
assert linter.check_catalog_id_file_name() == False
assert linter.create_best_practices_dict()["check_catalog_id"] == ["Object should be called 'collection.json' not 'simple-collection.json'"]
assert linter.check_catalog_id_file_name() == True

def test_lint_dict_item():
file = {
Expand Down

0 comments on commit 98bb03d

Please sign in to comment.