Skip to content

Commit 60b7a85

Browse files
committed
Update snapshots
1 parent 0fad5a7 commit 60b7a85

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

crates/ty_ide/src/goto_type_definition.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,14 +145,14 @@ mod tests {
145145

146146
assert_snapshot!(test.goto_type_definition(), @r"
147147
info[goto-type-definition]: Type definition
148-
--> stdlib/typing.pyi:770:1
148+
--> stdlib/typing.pyi:781:1
149149
|
150-
768 | def __class_getitem__(cls, args: TypeVar | tuple[TypeVar, ...]) -> _Final: ...
151-
769 |
152-
770 | Generic: type[_Generic]
150+
779 | def __class_getitem__(cls, args: TypeVar | tuple[TypeVar, ...]) -> _Final: ...
151+
780 |
152+
781 | Generic: type[_Generic]
153153
| ^^^^^^^
154-
771 |
155-
772 | class _ProtocolMeta(ABCMeta):
154+
782 |
155+
783 | class _ProtocolMeta(ABCMeta):
156156
|
157157
info: Source
158158
--> main.py:4:1

0 commit comments

Comments
 (0)