Skip to content

Commit 76b6501

Browse files
committed
fix: attempt to fix the confirm test flakiness
Signed-off-by: Donnie Adams <[email protected]>
1 parent 5fa255d commit 76b6501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptscript_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ func TestToolWithGlobalTools(t *testing.T) {
726726
func TestConfirm(t *testing.T) {
727727
var eventContent string
728728
tools := ToolDef{
729-
Instructions: "List the files in the current directory",
729+
Instructions: "List all the files in the current directory",
730730
Tools: []string{"sys.exec"},
731731
}
732732

0 commit comments

Comments
 (0)