Skip to content

Commit

Permalink
Fix test_options.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Jan 23, 2023
1 parent d2971a9 commit aca1b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typecheck/contrib/admin/test_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
from django.contrib import admin
class A(admin.ModelAdmin):
fieldsets = [ # type: ignore
fieldsets = [
(None, {}), # E: Missing key "fields" for TypedDict "_FieldOpts"
]
- case: errors_on_invalid_radio_fields
Expand Down

0 comments on commit aca1b8c

Please sign in to comment.