We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16129b0 commit d7a1e7dCopy full SHA for d7a1e7d
1 file changed
tests/unit/dataclasses/validataclass_field_test.py
@@ -199,7 +199,7 @@ def test_validataclass_field_with_default_factory_kwarg_raises_exception():
199
assert (
200
str(exception_info.value)
201
== 'Keyword argument "default_factory" is not allowed in validataclass_field (use '
202
- 'default=DefaultFactory(...) instead).'
+ 'default=DefaultFactory(...) instead).'
203
)
204
205
@staticmethod
0 commit comments