Format retry rule refactor files

This commit is contained in:
ejclaw
2026-04-06 20:38:38 +09:00
parent 83c45c3ce3
commit 7612b2c4cc
3 changed files with 13 additions and 13 deletions

View File

@@ -229,7 +229,9 @@ describe('runCodexRotationLoop', () => {
it('continues rotation when streamed trigger arrives before visible output', async () => {
vi.mocked(getCodexAccountCount).mockReturnValue(2);
vi.mocked(rotateCodexToken).mockReturnValueOnce(true).mockReturnValueOnce(false);
vi.mocked(rotateCodexToken)
.mockReturnValueOnce(true)
.mockReturnValueOnce(false);
let attempts = 0;
const outcome = await runCodexRotationLoop(