Skip to content

Commit 82eb01d

Browse files
committed
Update test-chat.cpp
1 parent 47a0f34 commit 82eb01d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test-chat.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,8 +1356,7 @@ static void test_msg_diffs_compute() {
13561356

13571357
common_chat_msg_diff diff12;
13581358
diff12.tool_call_index = 0;
1359-
diff12.tool_call_delta.name = "special_function";
1360-
// Note: id doesnt change here.
1359+
// Note: neither id nor name change here.
13611360
diff12.tool_call_delta.arguments = "g1\": 1}";
13621361

13631362
assert_equals(

0 commit comments

Comments
 (0)