Skip to content

Commit

Permalink
Fixing the testcase with kugesan
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtm98 committed Dec 16, 2024
1 parent 0ede2a4 commit 2c2cd14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jac/jaclang/langserve/tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def test_completion(self) -> None:
"doubleinner",
"apply_red",
],
8,
11,
),
(
lspt.Position(65, 23),
Expand Down Expand Up @@ -359,7 +359,7 @@ def test_completion(self) -> None:
"doubleinner",
"apply_red",
],
8,
11,
),
(
lspt.Position(73, 22),
Expand Down

0 comments on commit 2c2cd14

Please sign in to comment.