Skip to content

Commit 895e93e

Browse files
committed
fix(test): forgot to change selection text
1 parent 04db078 commit 895e93e

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
@@ -10620,7 +10620,7 @@ pub fn add_one(thing) {
1062010620
thing + 1
1062110621
}
1062210622
"#,
10623-
find_position_of("fn").select_until(find_position_of("("))
10623+
find_position_of("thing + 1").to_selection()
1062410624
);
1062510625
}
1062610626

0 commit comments

Comments
 (0)