diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_fields.py | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/tests/test_fields.py b/tests/test_fields.py index 2ffffd55..1aa528da 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -318,7 +318,10 @@ class TestCreateOnlyDefault:          }      def test_create_only_default_callable_sets_context(self): -        """ CreateOnlyDefault instances with a callable default should set_context on the callable if possible """ +        """ +        CreateOnlyDefault instances with a callable default should set_context +        on the callable if possible +        """          class TestCallableDefault:              def set_context(self, serializer_field):                  self.field = serializer_field | 
