Skip to content

Commit df315f9

Browse files
author
Dionysios Grapsas
committed
fix test_server
1 parent 1e35918 commit df315f9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

test/test_server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ def check_return(result_array):
178178
["test", 6, 7],
179179
["test_abstract", 2, 0],
180180
["test_associate_block", 2, 0],
181-
["test_folding_if", 2, 0],
182-
["test_folding_select_case", 2, 0],
183-
["test_folding_subroutine", 2, 0],
184181
["test_free", 2, 0],
185182
["test_gen_type", 5, 1],
186183
["test_generic", 2, 0],
@@ -200,6 +197,7 @@ def check_return(result_array):
200197
["test_str2", 13, 5],
201198
["test_sub", 6, 8],
202199
["test_vis_mod", 2, 0],
200+
["to_test", 13, 2],
203201
)
204202
assert len(result_array) == len(objs)
205203
for i, obj in enumerate(objs):

test/test_server_folding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def test_folding_if():
2222
string += folding_req(file_path)
2323
errcode, results = run_request(string)
2424
assert errcode == 0
25-
print(results[1])
2625
ref = [
2726
{"startLine": 0, "endLine": 43},
2827
{"startLine": 11, "endLine": 21},

0 commit comments

Comments
 (0)