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',
|
||||
text: 'Hello from nowhere',
|
||||
})
|
||||
).toThrow('Unknown fromMember');
|
||||
).toThrow('Unknown cross-team sender');
|
||||
});
|
||||
|
||||
it('preserves reply conversation metadata for explicit replies', () => {
|
||||
|
|
|
|||
|
|
@ -466,9 +466,7 @@ async function createOpenCodeLiveHarness(tempDir: string): Promise<{
|
|||
reconcileTimeoutMs: 90_000,
|
||||
stopTimeoutMs: 90_000,
|
||||
});
|
||||
const adapter = new OpenCodeTeamRuntimeAdapter(readinessBridge, {
|
||||
launchMode: 'dogfood',
|
||||
});
|
||||
const adapter = new OpenCodeTeamRuntimeAdapter(readinessBridge);
|
||||
const svc = new TeamProvisioningService();
|
||||
svc.setRuntimeAdapterRegistry(new TeamRuntimeAdapterRegistry([adapter]));
|
||||
return { bridgeClient, selectedModel, svc };
|
||||
|
|
|
|||
Loading…
Reference in a new issue