Format files touched by executor refactor

This commit is contained in:
ejclaw
2026-04-06 19:40:36 +09:00
parent fcfca5cd38
commit c49dc0052f
3 changed files with 9 additions and 6 deletions

View File

@@ -1553,7 +1553,9 @@ describe('runAgentForGroup Claude rotation', () => {
});
expect(result).toBe('success');
expect(pairedExecutionContext.completePairedExecutionContext).toHaveBeenCalledWith(
expect(
pairedExecutionContext.completePairedExecutionContext,
).toHaveBeenCalledWith(
expect.objectContaining({
taskId: 'paired-task-claude-rotation-success',
role: 'owner',