Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Rob Neff 2026-01-27 09:02:34 -07:00 committed by GitHub
parent de157ac760
commit f366951b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -278,7 +278,7 @@ class TestUniquenessTogetherValidation(TestCase):
def test_is_unique_together_condition_based(self):
"""
In a condition-based unique together validation, data is valid when
the constrained field differs when the condition applies`.
the constrained field differs when the condition applies.
"""
ConditionUniquenessTogetherModel.objects.create(race_name='example', position=1)