Skip to content

Commit 382a360

Browse files
committed
Fix test "should provide hover for tags with enhanced info"
1 parent 3533299 commit 382a360

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
@@ -242,7 +242,7 @@ result
242242
});
243243

244244
it("should provide hover for tags with enhanced info", () => {
245-
const position = { line: 8, character: 12 }; // Over "#zero"
245+
const position = { line: 10, character: 11 }; // Over "#zero"
246246
const hover = getHoverInfo(document, position);
247247

248248
expect(hover).toBeDefined();

0 commit comments

Comments
 (0)