Skip to content

Commit f9faf79

Browse files
committed
Fix logic
Signed-off-by: Arthur Chan <[email protected]>
1 parent 34f7682 commit f9faf79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/tree-sitter-frontend/test-tree-sitter-frontend.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ def test_tree_sitter_frontend():
5252
for testcase in testcases:
5353
language = testcase.get('language')
5454
project = testcase.get('project')
55-
assert language and project
5655

5756
for dir, sample_list in project.items():
58-
# Run the tree-sitter-frontend
5957
calltrees = oss_fuzz.analyse_folder(language, dir, entrypoints.get(language))
6058

6159
function_depth_map = {}

0 commit comments

Comments
 (0)