Skip to content

Commit ac6cc7e

Browse files
ankddevlpil
authored andcommitted
fix(test): forgot to change selection text
1 parent 6e922c5 commit ac6cc7e

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
@@ -11249,7 +11249,7 @@ pub fn add_one(thing) {
1124911249
thing + 1
1125011250
}
1125111251
"#,
11252-
find_position_of("fn").select_until(find_position_of("("))
11252+
find_position_of("thing + 1").to_selection()
1125311253
);
1125411254
}
1125511255

0 commit comments

Comments
 (0)