Skip to content

Commit eec4399

Browse files
committed
test(chat): satisfy title boundary lint
1 parent 1a46690 commit eec4399

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/pages/chat/tool-titles.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ describe("resolveToolTitleRequest", () => {
6060
"serialized object args",
6161
"mcp__linear__create_issue",
6262
{ value: `${"a".repeat(1_989)}😀tail` },
63-
`${'{"value":"'}${"a".repeat(1_989)}`,
63+
'{"value":"' + "a".repeat(1_989),
6464
],
6565
])("keeps bounded %s on a valid UTF-16 boundary", (_label, name, args, expected) => {
6666
expect(resolveToolTitleRequest(name, args)?.input).toBe(expected);

0 commit comments

Comments
 (0)