Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
  • Loading branch information
rgrinberg committed May 11, 2024
1 parent d0b4308 commit 82ca3ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ describe_opt("textDocument/completion", () => {
`,
);

let items = await querySignatureHelp(Types.Position.create(23, 13));
let items = await querySignatureHelp(Types.Position.create(80, 13));
expect(items).toMatchObject({
activeSignature: 0,
activeParameter: 0,
Expand Down

0 comments on commit 82ca3ff

Please sign in to comment.