Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update test docstring to match reality.
  • Loading branch information
pelme committed Jun 30, 2017
1 parent 5eec212 commit f43dc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recursive.py
Expand Up @@ -217,7 +217,7 @@ def test_model_serializer(self):

def test_super_kwargs(self):
"""RecursiveField.__init__ introspect the parent constructor to pass
kwargs properly. read_only is used used here to verify that the
kwargs properly. default is used used here to verify that the
argument is properly passed to the super Field."""
field = RecursiveField(default='a default value')
assert field.default == 'a default value'

0 comments on commit f43dc9a

Please sign in to comment.