From d4ce4e103f6e7c6b2312c4002db66283f417b84f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 23:28:49 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/js/bun/spawn/spawn.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/js/bun/spawn/spawn.test.ts b/test/js/bun/spawn/spawn.test.ts index 50792f3057..e83b82abbf 100644 --- a/test/js/bun/spawn/spawn.test.ts +++ b/test/js/bun/spawn/spawn.test.ts @@ -60,7 +60,7 @@ for (let [gcTick, label] of [ it("throws errors for invalid arguments", async () => { expect(() => { spawnSync({ - cmd: [ bunExe(), help_fixture, "echo", "hi"], + cmd: [bunExe(), help_fixture, "echo", "hi"], cwd: "./this-should-not-exist", env: { BUN_DEBUG_QUIET_LOGS: "1",