Skip to content

Commit 54d0764

Browse files
🎨 Auto format
1 parent bc43eb7 commit 54d0764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tests/test_pydantic/test_field.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class Model(SQLModel):
120120
Model(items=[1, 2, 3])
121121
assert len(exc_info.value.errors()) == 1
122122
assert exc_info.value.errors()[0]["type"] == "too_long"
123-
123+
124124

125125
def test_regex():
126126
with pytest.warns(DeprecationWarning, match="The `regex` parameter is deprecated"):

0 commit comments

Comments
 (0)