From d7dc7e9f252f7fb975f3ec5f574e8253a8612897 Mon Sep 17 00:00:00 2001 From: Jinwoo Hong <73622457+Jinwoo-H@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:24:22 -0700 Subject: [PATCH] test: expect native context from local PTY --- src/main/ipc/pty.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/ipc/pty.test.ts b/src/main/ipc/pty.test.ts index 984bd045431..c8843bd5076 100644 --- a/src/main/ipc/pty.test.ts +++ b/src/main/ipc/pty.test.ts @@ -10746,7 +10746,7 @@ describe('registerPtyHandlers', () => { worktreeId: 'repo-1::/tmp' }) - expect(result).toEqual({ id: expect.any(String), pid: 12345 }) + expect(result).toEqual({ id: expect.any(String), pid: 12345, wslDistro: null }) expect(spawnMock).toHaveBeenCalledTimes(1) expect(spawnMock).toHaveBeenCalledWith( '/bin/zsh',