Skip to content

Commit ca5bdb2

Browse files
committed
fix used test
1 parent 4853f5c commit ca5bdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_schema_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def args(*args, **kwargs):
291291
(core_schema.decimal_schema, args(), {'type': 'decimal'}),
292292
(core_schema.decimal_schema, args(multiple_of=5, gt=1.2), {'type': 'decimal', 'multiple_of': 5, 'gt': 1.2}),
293293
(core_schema.complex_schema, args(), {'type': 'complex'}),
294+
(core_schema.invalid_schema, args(), {'type': 'invalid'}),
294295
]
295296

296297

0 commit comments

Comments
 (0)