Skip to content

Commit 829364f

Browse files
committed
test: dedupe session write-lock mock export (#76051)
1 parent 95b6505 commit 829364f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/agents/pi-embedded-runner/run/attempt.spawn-workspace.test-support.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ vi.mock("../../session-write-lock.js", () => ({
356356
hoisted.acquireSessionWriteLockMock(params),
357357
resolveSessionWriteLockAcquireTimeoutMs: () => 60000,
358358
resolveSessionLockMaxHoldFromTimeout: () => 1,
359-
resolveSessionWriteLockAcquireTimeoutMs: () => 60_000,
360359
}));
361360

362361
vi.mock("../tool-result-context-guard.js", async () => {

0 commit comments

Comments
 (0)