diff options
Diffstat (limited to 'tests/test_validators.py')
| -rw-r--r-- | tests/test_validators.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test_validators.py b/tests/test_validators.py index 9226cc7a..072cec36 100644 --- a/tests/test_validators.py +++ b/tests/test_validators.py @@ -168,7 +168,7 @@ class TestUniquenessTogetherValidation(TestCase):      def test_ignore_excluded_fields(self):          """          When model fields are not included in a serializer, then uniqueness -        validtors should not be added for that field. +        validators should not be added for that field.          """          class ExcludedFieldSerializer(serializers.ModelSerializer):              class Meta: | 
