From 8a1cdb2fc467a985513cd9893701b10e4d6fc682 Mon Sep 17 00:00:00 2001 From: Wang Date: Thu, 20 Aug 2026 21:28:16 +0800 Subject: [PATCH] fix(runtime-host): remove stale surface inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The owned-candidate regression tests landed from a pre-#3277 base and restored a retired connection input without producing a textual merge conflict. Remove those obsolete fields so the merged tree builds from a clean source archive while preserving the tests’ election coverage. Generated-by: Codex --- packages/runtime-host/src/__tests__/owned-candidate.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/runtime-host/src/__tests__/owned-candidate.test.ts b/packages/runtime-host/src/__tests__/owned-candidate.test.ts index ffad42464d..4eecc4016c 100644 --- a/packages/runtime-host/src/__tests__/owned-candidate.test.ts +++ b/packages/runtime-host/src/__tests__/owned-candidate.test.ts @@ -76,7 +76,6 @@ test('owned connect returns a missed election without waiting for a late candida const result = await connectOwnedRuntimeHostWithDependencies( { rootPath, - surface: 'run', protocol: { min: RUNTIME_HOST_PROTOCOL_VERSION, max: RUNTIME_HOST_PROTOCOL_VERSION, @@ -132,7 +131,6 @@ test('a late owned candidate stays alive after another client adopts it', { const missed = await connectOwnedRuntimeHostWithDependencies( { rootPath, - surface: 'run', protocol: { min: RUNTIME_HOST_PROTOCOL_VERSION, max: RUNTIME_HOST_PROTOCOL_VERSION, @@ -165,7 +163,6 @@ test('a late owned candidate stays alive after another client adopts it', { const adopted = await connectOrSpawnRuntimeHostWithDependencies( { rootPath, - surface: 'run', protocol: { min: RUNTIME_HOST_PROTOCOL_VERSION, max: RUNTIME_HOST_PROTOCOL_VERSION,