Skip to content

Commit

Permalink
Fix logic
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Chan <arthur.chan@adalogics.com>
  • Loading branch information
arthurscchan committed Jan 14, 2025
1 parent 6c734f4 commit e3863f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test_frontends_go.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_tree_sitter_go_sample2():
assert 'strconv.Atoi' in functions_reached
assert 'Person.Greet' in functions_reached
assert 'Dog.Greet' not in functions_reached

assert 'Person.UnusedMethod' not in functions_Reached

def test_tree_sitter_go_sample3():
project = oss_fuzz.analyse_folder(
Expand Down

0 comments on commit e3863f5

Please sign in to comment.