Skip to content

Commit b944ca1

Browse files
committed
Update assertion
1 parent 2b266f3 commit b944ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty_python_semantic/resources/mdtest/dataclasses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ class Foo:
632632
x: int
633633

634634
reveal_type(Foo.__dataclass_fields__) # revealed: dict[str, Field[Any]]
635-
reveal_type(fields(Foo)) # revealed: @Todo(full tuple[...] support)
635+
reveal_type(fields(Foo)) # revealed: tuple[Field[Any], ...]
636636
```
637637

638638
## Other special cases

0 commit comments

Comments
 (0)