Skip to content

Commit d6aa1d5

Browse files
auvipypauloxnet
andauthored
Update tests/test_validators.py
Co-authored-by: Paolo Melchiorre <paolo@melchiorre.org>
1 parent 5962411 commit d6aa1d5

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
@@ -560,7 +560,6 @@ def test_repr(self):
560560
class Meta:
561561
validators = \[<UniqueTogetherValidator\(queryset=UniqueConstraintModel.objects.all\(\), fields=\('race_name', 'position'\), condition=<Q: \(AND: \('race_name', 'example'\)\)>\)>\]
562562
""")
563-
print(repr(serializer))
564563
assert re.search(expected, repr(serializer)) is not None
565564

566565
def test_unique_together_condition(self):

0 commit comments

Comments
 (0)