diff --git a/tests/test_serializer.py b/tests/test_serializer.py index 960c663f6..5dfbeb935 100644 --- a/tests/test_serializer.py +++ b/tests/test_serializer.py @@ -793,7 +793,7 @@ class TestWarningManyToMany(TestCase): model = ManyToManySource fields = '__all__' - # Instantiates with invalid data (not value for a ManyToMany field to force using the default) + # Instantiates with invalid data (no value for a ManyToMany field to force using the default) serializer = ManyToManySourceSerializer(data={ "name": "Invalid Example", })