Skip to content

Commit

Permalink
chat: fix codecov coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanskidmore committed Jun 26, 2023
1 parent 3ea5a06 commit 43f37ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ func TestChatCompletionsWithFunctionCall(t *testing.T) {
{nil, true},
{"invalid", false},
{&ChatCompletionRequestFunctionCall{}, false},
{123, false},
}
for _, c := range cases {
req := ChatCompletionRequest{
Expand Down

0 comments on commit 43f37ad

Please sign in to comment.