Skip to content

Commit da7658e

Browse files
Fix another broken test (updated function signature in to_iris,
test_to_iris_unvailable needed updating)
1 parent 0ba6afe commit da7658e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,9 @@ def test_to_iris_unavailable():
648648
)
649649
with pytest.raises(ImportError, match=r'`to_iris\(\)` requires the esmvalcore package'):
650650
_ = cat_sub.to_iris(
651+
facet_map={},
651652
xarray_open_kwargs={
652653
'consolidated': True,
653654
'backend_kwargs': {'storage_options': {'token': 'anon'}},
654-
}
655+
},
655656
)

0 commit comments

Comments
 (0)