Skip to content

Commit 3cfe7b5

Browse files
committed
fix(test): forgot to change selection text
1 parent 90078da commit 3cfe7b5

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
@@ -10720,7 +10720,7 @@ pub fn add_one(thing) {
1072010720
thing + 1
1072110721
}
1072210722
"#,
10723-
find_position_of("fn").select_until(find_position_of("("))
10723+
find_position_of("thing + 1").to_selection()
1072410724
);
1072510725
}
1072610726

0 commit comments

Comments
 (0)