Skip to content

Commit 544d271

Browse files
committed
Rename a test case
1 parent 6736937 commit 544d271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/topenAIChat.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function errorsWhenPassingToolChoiceWithEmptyTools(testCase)
7777
testCase.verifyError(@()generate(chat,"input", ToolChoice="bla"), "llms:mustSetFunctionsForCall");
7878
end
7979

80-
function errorsWhenPassingToolChoiceWithNone(testCase)
80+
function settingToolChoiceWithNone(testCase)
8181
functions = openAIFunction("funName");
8282
chat = openAIChat(ApiKey="this-is-not-a-real-key",Tools=functions);
8383
testCase.verifyWarningFree(@()generate(chat,"This is okay","ToolChoice","none"));

0 commit comments

Comments
 (0)