Skip to content

Commit 96e088d

Browse files
committed
Fix test "should provide hover for operators with documentation"
1 parent a44e525 commit 96e088d

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
@@ -256,7 +256,7 @@ result
256256
});
257257

258258
it("should provide hover for operators with documentation", () => {
259-
const position = { line: 25, character: 4 }; // Over "|>"
259+
const position = { line: 27, character: 4 }; // Over "|>"
260260
const hover = getHoverInfo(document, position);
261261

262262
expect(hover).toBeDefined();

0 commit comments

Comments
 (0)