Skip to content

Commit d7a1e7d

Browse files
committed
Fix tiny linting issue
1 parent 16129b0 commit d7a1e7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/dataclasses/validataclass_field_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_validataclass_field_with_default_factory_kwarg_raises_exception():
199199
assert (
200200
str(exception_info.value)
201201
== 'Keyword argument "default_factory" is not allowed in validataclass_field (use '
202-
'default=DefaultFactory(...) instead).'
202+
'default=DefaultFactory(...) instead).'
203203
)
204204

205205
@staticmethod

0 commit comments

Comments
 (0)