Skip to content
2 changes: 1 addition & 1 deletion tests/test_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ class Meta:
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",
})
Expand Down