Skip to content

Commit 0c15333

Browse files
committed
chore: fix tests
1 parent 2a4d072 commit 0c15333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/mcp/src/__tests__/protocol.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const EXPECTED_TOOLS = [
2929
'superdoc_reply_comment',
3030
'superdoc_resolve_comment',
3131
'superdoc_insert_list',
32-
'superdoc_list_set_type',
32+
'superdoc_list_create',
3333
];
3434

3535
function textContent(result: Awaited<ReturnType<Client['callTool']>>): string {

0 commit comments

Comments
 (0)