Skip to content

Commit

Permalink
fix: attempt to fix the confirm test flakiness
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <donnie@acorn.io>
  • Loading branch information
thedadams committed Aug 1, 2024
1 parent 5fa255d commit 76b6501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gptscript_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ func TestToolWithGlobalTools(t *testing.T) {
func TestConfirm(t *testing.T) {
var eventContent string
tools := ToolDef{
Instructions: "List the files in the current directory",
Instructions: "List all the files in the current directory",
Tools: []string{"sys.exec"},
}

Expand Down

0 comments on commit 76b6501

Please sign in to comment.