Skip to content

Commit 72ea515

Browse files
committed
fix(schema_validator): remove extra [] from parent prefix
1 parent 7215984 commit 72ea515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gentropy/common/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def compare_array_schemas(
9494
schema_issues = compare_struct_schemas(
9595
observed_schema.elementType,
9696
expected_schema.elementType,
97-
f"{parent_field_name}[].",
97+
f"{parent_field_name}.",
9898
schema_issues,
9999
)
100100

0 commit comments

Comments
 (0)