Skip to content

Commit d1023fc

Browse files
committed
More test fixes
1 parent 19d9aea commit d1023fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typecheck/fields/test_related.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,7 @@
12801280
main:41: note: Revealed type is "django.db.models.fields._FieldDescriptor[django.db.models.fields.BigAutoField[builtins.float | builtins.int | builtins.str | django.db.models.expressions.Combinable | None, builtins.int]]"
12811281
main:42: note: Revealed type is "myapp.models.Other_ManyRelatedManager[myapp.models.CustomThrough]"
12821282
main:43: note: Revealed type is "type[myapp.models.CustomThrough]"
1283-
main:44: note: Revealed type is "django.db.models.fields._FieldDescriptor[django.db.models.fields.BigAutoField[builtins.float | builtins.int | builtins.str | django.db.models.expressions.Combinable | None, builtins.int]]"
1283+
main:44: note: Revealed type is "django.db.models.fields._FieldDescriptor[django.db.models.fields.BigAutoField[builtins.float | builtins.int | builtins.str | django.db.models.expressions.Combinable, builtins.int]]"
12841284
installed_apps:
12851285
- myapp
12861286
files:

0 commit comments

Comments
 (0)