Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/runtime-host/src/__tests__/owned-candidate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down