We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8855492 commit 26bda61Copy full SHA for 26bda61
tests/test_attribute_keyed_dict.py
@@ -51,7 +51,7 @@ class Parent(SQLModel, table=True):
51
52
@needs_pydanticv2 # Pydantic V1 doesn't support `dict` with number of arguments < 2
53
@needs_py39 # Generic `dict` requires Python 3.9+
54
-def test_dict_relationship_throws_on_missing_annotation_arg(clear_sqlmodel):
+def test_dict_relationship_throws_on_wrong_number_of_annotation_args(clear_sqlmodel):
55
class Color(str, Enum):
56
Orange = "Orange"
57
Blue = "Blue"
0 commit comments