mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-12 18:11:51 +08:00
style: apply Prettier formatting from pre-commit hook
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -838,7 +838,6 @@ describe('agent-shared session resolution', () => {
|
||||
const { session } = resolveSession('ag-1', null, null, 'agent-shared');
|
||||
expect(session.messaging_group_id).toBeNull();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
describe('agent-to-agent routing', () => {
|
||||
@@ -885,7 +884,12 @@ describe('agent-to-agent routing', () => {
|
||||
const { session: paSlackSession } = resolveSession('ag-pa', 'mg-slack', null, 'shared');
|
||||
|
||||
await routeAgentMessage(
|
||||
{ id: 'out-a2a-1', platform_id: 'ag-researcher', content: JSON.stringify({ text: 'research this' }), in_reply_to: null },
|
||||
{
|
||||
id: 'out-a2a-1',
|
||||
platform_id: 'ag-researcher',
|
||||
content: JSON.stringify({ text: 'research this' }),
|
||||
in_reply_to: null,
|
||||
},
|
||||
paSlackSession,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user