Skip to content

Commit 722bbdf

Browse files
committed
small nit
Signed-off-by: Edward Oakes <[email protected]>
1 parent 1d17408 commit 722bbdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/test_garbage_collection.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class BaseModel:
6060
def __init_subclass__(cls) -> None:
6161
cls.__validator__ = SchemaValidator(
6262
core_schema.model_schema(cls, GC_TEST_SCHEMA_INNER),
63-
core_schema.CoreConfig(extra_fields_behavior='allow'),
63+
config=core_schema.CoreConfig(extra_fields_behavior='allow'),
6464
)
6565

6666
cache: 'WeakValueDictionary[int, Any]' = WeakValueDictionary()

0 commit comments

Comments
 (0)