We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c9160 commit 5890548Copy full SHA for 5890548
1 file changed
tests/test_metadata/test_v3.py
@@ -341,7 +341,7 @@ def test_parse_codecs_unknown_codec_raises(monkeypatch: pytest.MonkeyPatch) -> N
341
from zarr.registry import Registry
342
343
# to make sure the codec is always unknown (not sure if that's necessary)
344
- monkeypatch.setattr(zarr.registry, "__codec_registries", defaultdict(Registry))
+ monkeypatch.setattr(zarr.registry, "_codec_registries", defaultdict(Registry))
345
346
codecs = [{"name": "unknown"}]
347
with pytest.raises(UnknownCodecError):
0 commit comments