Skip to content

Commit b2526d2

Browse files
committed
fix astype test
1 parent 172e01f commit b2526d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_codecs/test_astype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def check_json_v3(data: object) -> TypeGuard[AsTypeJSON_V3]:
1919
return (
2020
_check_codecjson_v3(data)
2121
and isinstance(data, Mapping)
22-
and data["name"] == "astype"
22+
and data["name"] == "numcodecs.astype"
2323
and "configuration" in data
2424
and "encode_dtype" in data["configuration"]
2525
and "decode_dtype" in data["configuration"]

0 commit comments

Comments
 (0)