Skip to content

Commit f387285

Browse files
committed
🔧 修复测试文件 prettier 格式错误
1 parent aad7c45 commit f387285

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/service/agent/tools/opfs_tools.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ describe("opfs_tools", () => {
205205
setCreateBlobUrlFn(async () => "blob:mock-url");
206206
});
207207

208-
209208
function getTool(name: string) {
210209
const { tools } = createOPFSTools();
211210
return tools.find((t) => t.definition.name === name)!;

src/app/service/agent/tools/web_fetch.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ describe("WebFetchExecutor", () => {
4343
});
4444
});
4545

46-
4746
it("should throw for missing url", async () => {
4847
const executor = new WebFetchExecutor(mockSender);
4948
await expect(executor.execute({})).rejects.toThrow("url is required");

0 commit comments

Comments
 (0)