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