Reduce reviewer image build context

This commit is contained in:
ejclaw
2026-04-08 04:14:12 +09:00
parent 1f592f1976
commit 715e4e2f9a
3 changed files with 24 additions and 10 deletions

View File

@@ -2200,7 +2200,7 @@ If your first line is DONE_WITH_CONCERNS, the system will reopen review instead
});
expect(result).toBe(true);
expect(ownerChannel.sendMessage).toHaveBeenCalledWith(
expect(ownerChannel.sendMessage).toHaveBeenCalledWith(
chatJid,
'DONE_WITH_CONCERNS\nowner handled fresh in_review input',
);