style(paired): prettier line-wrap for routing-indicator test

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Codex
2026-06-18 05:31:11 +09:00
parent be9f2379c0
commit 1d8358d1e1

View File

@@ -346,9 +346,9 @@ describe('resolveOwnerNextStepNotice routing indicator', () => {
}); });
it('announces arbiter call when arbiter is requested', () => { it('announces arbiter call when arbiter is requested', () => {
expect(resolveOwnerNextStepNotice(task({ status: 'arbiter_requested' }))).toBe( expect(
'⚖️ 의견 차이로 중재자 호출됨 — 중재 판정을 기다리는 중입니다.', resolveOwnerNextStepNotice(task({ status: 'arbiter_requested' })),
); ).toBe('⚖️ 의견 차이로 중재자 호출됨 — 중재 판정을 기다리는 중입니다.');
}); });
it('stays silent when the task finishes (no redundant done line)', () => { it('stays silent when the task finishes (no redundant done line)', () => {