Skip to content

Commit a44e525

Browse files
committed
Fix test "should provide enhanced hover for built-in functions"
1 parent 382a360 commit a44e525

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
@@ -228,7 +228,7 @@ result
228228

229229
describe("Enhanced Hover", () => {
230230
it("should provide enhanced hover for built-in functions", () => {
231-
const position = { line: 25, character: 10 }; // Over "list/map"
231+
const position = { line: 27, character: 7 }; // Over "list/map"
232232
const hover = getHoverInfo(document, position);
233233

234234
expect(hover).toBeDefined();

0 commit comments

Comments
 (0)