Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed Jul 12, 2024
1 parent 9468d87 commit 1fc3eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ def test_baselayer_with_custom_projection_added(catalog_output_folder):
for link in indicator_json["links"]
if link.get("roles") and "baselayer" in link["roles"]
]
# test that manual BaseLayers definition it did overwrite default_baselayers, so there is just 1
# test that manual BaseLayers definition
# overwrites default_baselayers, so there is just 1
assert len(baselayer_links) == 1
# test that custom proj4 definition is added to link
assert baselayer_links[0]["proj4_def"]["name"] == "ORTHO:680500"

0 comments on commit 1fc3eef

Please sign in to comment.