mirror of
https://github.com/stablyai/orca.git
synced 2026-09-21 16:02:20 +00:00
test(orchestration): satisfy checked receipt typing
This commit is contained in:
@@ -686,11 +686,11 @@ describe('orchestration.send group addresses', () => {
|
||||
expect(db.getInbox(100)).toHaveLength(0)
|
||||
|
||||
terminals = [sender, makeSummary('term_ag', { agentIdentity: 'antigravity' })]
|
||||
const result = (await call('orchestration.send', {
|
||||
const result = await call('orchestration.send', {
|
||||
from: 'term_coord',
|
||||
to: '@antigravity',
|
||||
subject: 'after ready'
|
||||
})) as GroupReceipt
|
||||
})
|
||||
|
||||
expect(result.messages).toMatchObject([{ to_handle: `dispatch:${dispatch}` }])
|
||||
expect(db.getUnreadMessages(`dispatch:${dispatch}`)).toHaveLength(1)
|
||||
|
||||
Reference in New Issue
Block a user