Update tests/test_serializer.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asif Saif Uddin {"Auvi":"অভি"} 2025-09-28 10:09:37 +06:00 committed by GitHub
parent edaf07b45d
commit 04703dca8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
})