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 f5a854e commit e7b03d8Copy full SHA for e7b03d8
tests/test_optional_model_field_inference.py
@@ -72,7 +72,7 @@ class TypedDictBase(TypedDict):
72
(TypedDictFactory, TypedDictBase),
73
],
74
)
75
-def test_modeL_inference_ok(base_factory: Type[BaseFactory], generic_arg: Type[Any]) -> None:
+def test_model_inference_ok(base_factory: Type[BaseFactory], generic_arg: Type[Any]) -> None:
76
class Foo(base_factory[generic_arg]): # type: ignore
77
...
78
0 commit comments