From ee9c0d4a3222a2fe3ff9fcf90cbd7db408157cef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jul 2021 10:48:48 +0300 Subject: [PATCH] Fixes by misspell-fixer (#674) Co-authored-by: sobolevn --- tests/typecheck/managers/querysets/test_annotate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/typecheck/managers/querysets/test_annotate.yml b/tests/typecheck/managers/querysets/test_annotate.yml index af513b6..dff775b 100644 --- a/tests/typecheck/managers/querysets/test_annotate.yml +++ b/tests/typecheck/managers/querysets/test_annotate.yml @@ -244,7 +244,7 @@ username = models.CharField(max_length=100) -- case: annotate_currently_allows_lookups_of_non_existant_field +- case: annotate_currently_allows_lookups_of_non_existent_field main: | from myapp.models import User from django.db.models.expressions import F