Skip to content

Commit

Permalink
fixup! Add regression test from typeddjango#2304
Browse files Browse the repository at this point in the history
  • Loading branch information
flaeppe committed Aug 1, 2024
1 parent 3366841 commit a7f78fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typecheck/managers/test_managers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
- case: test_objects_managers_is_kept_with_specific_import_graph
main: |
from zerver.models import RealmFilter
reveal_type(RealmFilter.objects)
reveal_type(RealmFilter.objects) # N: Revealed type is "django.db.models.manager.Manager[zerver.models.linkifiers.RealmFilter]"
installed_apps:
- django.contrib.auth
- django.contrib.contenttypes
Expand Down

0 comments on commit a7f78fd

Please sign in to comment.