Skip to content

Commit d7d0dc7

Browse files
committed
fix(test): forgot to change selection text
1 parent c388520 commit d7d0dc7

File tree

1 file changed

+1
-1
lines changed
  • compiler-core/src/language_server/tests

1 file changed

+1
-1
lines changed

compiler-core/src/language_server/tests/action.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10796,7 +10796,7 @@ pub fn add_one(thing) {
1079610796
thing + 1
1079710797
}
1079810798
"#,
10799-
find_position_of("fn").select_until(find_position_of("("))
10799+
find_position_of("thing + 1").to_selection()
1080010800
);
1080110801
}
1080210802

0 commit comments

Comments
 (0)