Skip to content

Commit 34507af

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ class Meta:
515515
condition=models.Q(race_name='example'),
516516
),
517517
models.UniqueConstraint(
518-
name="unique_constraint_model_together_uniq2",
518+
name='unique_constraint_model_together_uniq2',
519519
fields=('race_name', 'position'),
520520
condition=models.Q(fancy_conditions__gte=10),
521521
)

0 commit comments

Comments
 (0)