We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ad365 commit 8dc009eCopy full SHA for 8dc009e
1 file changed
tests/test_data_api/test_geozarr/test_common.py
@@ -40,7 +40,7 @@ def test_datarraylike(obj: DataArray_V2 | DataArray_V3) -> None:
40
assert isinstance(obj, DataArrayLike)
41
42
43
-@pytest.mark.parametrize("obj", [GroupSpec_V2(), GroupSpec_V3()])
+@pytest.mark.parametrize("obj", [GroupSpec_V2(attributes={}), GroupSpec_V3(attributes={})])
44
def test_grouplike(obj: GroupSpec_V3[Any, Any] | GroupSpec_V2[Any, Any]) -> None:
45
"""
46
Test that the GroupLike protocol works correctly
0 commit comments