Skip to content

Commit 06afd01

Browse files
Remove da_crop reference in ValueError test
1 parent 55fc7f9 commit 06afd01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ def test_crop_wrong_dimname(self, synthetic_dataarray, crop_geometry):
305305
da = da.rename({"azimuth": "az"}) # rename azimuth to a wrong name
306306
geom = crop_geometry
307307
with pytest.raises(ValueError):
308-
da_crop = crop(da, geom)
308+
_ = crop(da, geom)

0 commit comments

Comments
 (0)