Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <grant@acorn.io>
  • Loading branch information
g-linville committed Aug 30, 2024
1 parent d67a17e commit ce535bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/tests/testdata/TestToolsChange/call1.golden
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"function": {
"toolID": "sys.read",
"name": "read",
"description": "Reads the contents of a file",
"description": "Reads the contents of a file. Can only read plain text files, not binary files",
"parameters": {
"properties": {
"filename": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/tests/testdata/TestToolsChange/step1.golden
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"function": {
"toolID": "sys.read",
"name": "read",
"description": "Reads the contents of a file",
"description": "Reads the contents of a file. Can only read plain text files, not binary files",
"parameters": {
"properties": {
"filename": {
Expand Down

0 comments on commit ce535bb

Please sign in to comment.