style: sync paired workspace formatting fallout
This commit is contained in:
@@ -236,9 +236,9 @@ describe('paired execution context', () => {
|
||||
roomRoleContext: ownerContext,
|
||||
});
|
||||
|
||||
expect(pairedWorkspaceManager.markPairedTaskReviewReady).toHaveBeenCalledWith(
|
||||
'task-1',
|
||||
);
|
||||
expect(
|
||||
pairedWorkspaceManager.markPairedTaskReviewReady,
|
||||
).toHaveBeenCalledWith('task-1');
|
||||
expect(result?.task.status).toBe('review_ready');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user