mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
🐛 fix: fixed the createGroupWithSupervisor function test (#11590)
fix: fixed the createGroupWithSupervisor function test
This commit is contained in:
@@ -171,6 +171,7 @@ describe('agentGroupRouter', () => {
|
||||
config: { ...DEFAULT_CHAT_GROUP_CHAT_CONFIG, allowDM: true },
|
||||
},
|
||||
['agent-1', 'agent-2'],
|
||||
undefined,
|
||||
);
|
||||
expect(result).toEqual({
|
||||
agentIds: ['agent-1', 'agent-2'],
|
||||
|
||||
Reference in New Issue
Block a user