Skip to content

Commit 7423125

Browse files
committed
Fix test "should execute rename correctly"
1 parent 39b19ba commit 7423125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/server.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ result
341341
});
342342

343343
it("should execute rename correctly", () => {
344-
const position = { line: 4, character: 15 }; // Over "x"
344+
const position = { line: 2, character: 11 }; // Over "x"
345345
const renameResult = executeRename(document, position, "newX");
346346

347347
expect(renameResult).toBeDefined();

0 commit comments

Comments
 (0)