Skip to content

Commit 0a01564

Browse files
committed
Fix tests
1 parent caabe88 commit 0a01564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def x(a):
8787
'definitions': [{
8888
'type': 'function_definition',
8989
'name': 'x',
90-
'params': ['a'],
90+
'params': [{'name': 'a', 'pseudo_type': 'Function', 'type': 'local'}],
9191
'block': [{
9292
'type': 'implicit_return',
9393
'value': literal(42),

0 commit comments

Comments
 (0)