Skip to content

Commit

Permalink
chore: fix expected
Browse files Browse the repository at this point in the history
  • Loading branch information
grieve54706 committed Nov 26, 2024
1 parent 43bb8f6 commit 4d22cfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_function_list():
"description": "Returns the absolute value of a number",
"function_type": "scalar",
"param_names": None,
"param_types": None,
"param_types": "int",
"return_type": "int",
}

Expand Down

0 comments on commit 4d22cfb

Please sign in to comment.