豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 3079d55

Browse files
fix test
1 parent 94dc2b1 commit 3079d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/McpResponse.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ describe('McpResponse', () => {
619619
try {
620620
await response.handle('test', context);
621621
} catch (e) {
622-
assert.ok(e.message.includes("Can't provide detals for the msgid 1"));
622+
assert.ok(e.message.includes("Can't provide details for the msgid 1"));
623623
}
624624
});
625625
});

0 commit comments

Comments
 (0)