Skip to content

Commit f366951

Browse files
nefrobCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent de157ac commit f366951

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def test_is_unique_together(self):
278278
def test_is_unique_together_condition_based(self):
279279
"""
280280
In a condition-based unique together validation, data is valid when
281-
the constrained field differs when the condition applies`.
281+
the constrained field differs when the condition applies.
282282
"""
283283
ConditionUniquenessTogetherModel.objects.create(race_name='example', position=1)
284284

0 commit comments

Comments
 (0)