Skip to content

Commit 58f7ad1

Browse files
committed
fix for xplatform
1 parent 0867718 commit 58f7ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tools/__tests__/executeCommand.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ describe("executeCommand", () => {
254254
mockTask.taskId,
255255
"vscode",
256256
)
257-
expect(result).toContain(`within working directory '${resolvedCwd}'`)
257+
expect(result).toContain(`within working directory '${resolvedCwd.toPosix()}'`)
258258
})
259259

260260
it("should return error when custom working directory does not exist", async () => {

0 commit comments

Comments
 (0)