Skip to content

Commit 83abf1b

Browse files
committed
style(agents): apply oxfmt to the workspace path case test
1 parent 1a9dc27 commit 83abf1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/agents/agent-tools.workspace-paths.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ describe("workspace path resolution", () => {
133133

134134
await expect(fs.readdir(workspaceDir)).resolves.toEqual(["Source"]);
135135
await expect(fs.readdir(path.join(workspaceDir, "Source"))).resolves.toEqual(["İstanbul"]);
136-
await expect(
137-
fs.readdir(path.join(workspaceDir, "Source", "İstanbul")),
138-
).resolves.toEqual(["Widget.ts"]);
136+
await expect(fs.readdir(path.join(workspaceDir, "Source", "İstanbul"))).resolves.toEqual([
137+
"Widget.ts",
138+
]);
139139
});
140140
},
141141
);

0 commit comments

Comments
 (0)