Skip to content

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Jul 24, 2023
1 parent a81f55d commit ed4478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5423,7 +5423,7 @@ class Model(BaseModel):
lt=CustomType(-1),
le=CustomType(0),
min_length=CustomType([1, 2]),
max_length=CustomType([]),
max_length=CustomType([1]),
multiple_of=CustomType(4),
predicate=CustomType(1),
)
Expand Down

0 comments on commit ed4478d

Please sign in to comment.