Update tests/test_validators.py

This commit is contained in:
Asif Saif Uddin 2023-11-10 15:17:14 +06:00 committed by GitHub
parent 0123a2c489
commit 912b8840e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ class TestUniquenessValidation(TestCase):
# assert serializer.errors == [
# {'username': ['uniqueness model with this username already exists.']},
# {'username': ['uniqueness model with this username already exists.']},
# ]
# ] #
# Tests for `UniqueTogetherValidator`