Skip to content

Commit

Permalink
fix: address a flake in the chat tests
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Sep 3, 2024
1 parent f131a2a commit 7b58219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gptscript_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ func TestFileChat(t *testing.T) {
}
inputs := []string{
"List the 3 largest of the Great Lakes by volume.",
"For the second one in the list: what is the volume cubic miles?",
"For the third one in the list: what is the total area in square miles?",
"What is the second one in the list?",
"What is the third?",
}

expectedOutputs := []string{
Expand Down

0 comments on commit 7b58219

Please sign in to comment.