Skip to content

Commit 66d0476

Browse files
committed
fix: fix test_parse_codecs_unknown_codec
1 parent f30590a commit 66d0476

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_metadata/test_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def test_parse_codecs_unknown_codec_raises(monkeypatch: pytest.MonkeyPatch) -> N
345345

346346
codecs = [{"name": "unknown"}]
347347
with pytest.raises(UnknownCodecError):
348-
parse_codecs(codecs)
348+
parse_codecs(codecs, codec_class_map={})
349349

350350

351351
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)