test(opencode): align semantic messaging merge tests
This commit is contained in:
parent
4d1a6149b0
commit
7f9afeef14
2 changed files with 2 additions and 4 deletions
|
|
@ -149,7 +149,7 @@ describe('crossTeam module', () => {
|
||||||
fromMember: 'ghost',
|
fromMember: 'ghost',
|
||||||
text: 'Hello from nowhere',
|
text: 'Hello from nowhere',
|
||||||
})
|
})
|
||||||
).toThrow('Unknown fromMember');
|
).toThrow('Unknown cross-team sender');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('preserves reply conversation metadata for explicit replies', () => {
|
it('preserves reply conversation metadata for explicit replies', () => {
|
||||||
|
|
|
||||||
|
|
@ -466,9 +466,7 @@ async function createOpenCodeLiveHarness(tempDir: string): Promise<{
|
||||||
reconcileTimeoutMs: 90_000,
|
reconcileTimeoutMs: 90_000,
|
||||||
stopTimeoutMs: 90_000,
|
stopTimeoutMs: 90_000,
|
||||||
});
|
});
|
||||||
const adapter = new OpenCodeTeamRuntimeAdapter(readinessBridge, {
|
const adapter = new OpenCodeTeamRuntimeAdapter(readinessBridge);
|
||||||
launchMode: 'dogfood',
|
|
||||||
});
|
|
||||||
const svc = new TeamProvisioningService();
|
const svc = new TeamProvisioningService();
|
||||||
svc.setRuntimeAdapterRegistry(new TeamRuntimeAdapterRegistry([adapter]));
|
svc.setRuntimeAdapterRegistry(new TeamRuntimeAdapterRegistry([adapter]));
|
||||||
return { bridgeClient, selectedModel, svc };
|
return { bridgeClient, selectedModel, svc };
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue