Skip to content

Commit 41fa5dd

Browse files
committed
Update autocompletion unittests
1 parent 3e106b0 commit 41fa5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def comp_request(file_path, line, char):
265265
file_path = test_dir / "subdir" / "test_free.f90"
266266
string += comp_request(file_path, 10, 22)
267267
string += comp_request(file_path, 14, 27)
268-
string += comp_request(file_path, 28, 14)
268+
string += comp_request(file_path, 28, 15)
269269
file_path = test_dir / "subdir" / "test_fixed.f"
270270
string += comp_request(file_path, 15, 8)
271271
string += comp_request(file_path, 15, 21)

0 commit comments

Comments
 (0)