Skip to content

Commit 52e6289

Browse files
committed
feat: add tests for ConstraintType
1 parent cd6aecb commit 52e6289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/experimental/components/test_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def test_schema_constraint_validation_property_not_in_node_type() -> None:
235235
],
236236
"constraints": [
237237
{"type": "UNIQUENESS", "node_type": "Person", "property_name": "email"}
238-
]
238+
],
239239
}
240240

241241
with pytest.raises(SchemaValidationError) as exc_info:

0 commit comments

Comments
 (0)