Skip to content

Commit 861998e

Browse files
auvipypauloxnet
andauthored
Update tests/test_validators.py
Co-authored-by: Paolo Melchiorre <[email protected]>
1 parent 8709053 commit 861998e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_validators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ def test_single_field_uniq_validators(self):
615615
"""
616616
# Django 5 includes Max and Min values validators for IntergerField
617617
extra_validators_qty = 2 if django_version[0] >= 5 else 0
618-
#
619618
serializer = UniqueConstraintSerializer()
620619
assert len(serializer.validators) == 2
621620
validators = serializer.fields['global_id'].validators

0 commit comments

Comments
 (0)