Skip to content

Commit aa14fb6

Browse files
committed
fix: address a flake in the chat tests
Signed-off-by: Donnie Adams <[email protected]>
1 parent d2e9015 commit aa14fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gptscript_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,8 @@ func TestFileChat(t *testing.T) {
785785
}
786786
inputs := []string{
787787
"List the 3 largest of the Great Lakes by volume.",
788-
"For the second one in the list: what is the volume cubic miles?",
789-
"For the third one in the list: what is the total area in square miles?",
788+
"What is the second one in the list?",
789+
"What is the third?",
790790
}
791791

792792
expectedOutputs := []string{

0 commit comments

Comments
 (0)