Skip to content

Commit

Permalink
fix(tests): expect a winding warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 30, 2023
1 parent b842e9c commit 018060f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_create_stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def test_mtl_text() -> None:
mtl_path = test_data.get_path(
"data-files/oli-tirs/LC08_L2SP_047027_20201204_20210313_02_T1_MTL.txt"
)
item = create_item_from_mtl_text(mtl_path, use_usgs_geometry=True)
with pytest.warns(FixWindingWarning):
item = create_item_from_mtl_text(mtl_path, use_usgs_geometry=True)
item_dict = item.to_dict()

asset_keys = ["qa_pixel", "qa_radsat", "qa_aerosol"]
Expand Down

0 comments on commit 018060f

Please sign in to comment.