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

Commit 5208aeb

Browse files
fix: format runner tests for CI
1 parent 5bc1304 commit 5208aeb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/__tests__/runner.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,7 @@ describe("normalizeProbeResult", () => {
397397
{ name: "z_tool", description: "Last" },
398398
{ name: "a_tool", description: "First" },
399399
],
400-
resources: [
401-
{ uri: "file:///z.txt" },
402-
{ uri: "file:///a.txt" },
403-
],
400+
resources: [{ uri: "file:///z.txt" }, { uri: "file:///a.txt" }],
404401
};
405402

406403
const once = normalizeProbeResult(input);

0 commit comments

Comments
 (0)