From f366951b795d369bc079bcad2aad569e4b456777 Mon Sep 17 00:00:00 2001 From: Rob Neff <25070989+nefrob@users.noreply.github.com> Date: Tue, 27 Jan 2026 09:02:34 -0700 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/test_validators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_validators.py b/tests/test_validators.py index b089ea147..a1ef0f80f 100644 --- a/tests/test_validators.py +++ b/tests/test_validators.py @@ -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)