diff options
Diffstat (limited to 'tests/test_fields.py')
| -rw-r--r-- | tests/test_fields.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/test_fields.py b/tests/test_fields.py index c2e03023..ebb88d3d 100644 --- a/tests/test_fields.py +++ b/tests/test_fields.py @@ -76,8 +76,8 @@ class TestFieldOptions:              ExampleSerializer()          assert str(exc_info.value) == (              "It is redundant to specify `source='example_field'` on field " -            "'CharField' in serializer 'ExampleSerializer', as it is the " -            "same the field name. Remove the `source` keyword argument." +            "'CharField' in serializer 'ExampleSerializer', because it is the " +            "same as the field name. Remove the `source` keyword argument."          ) | 
