Format retry rule refactor files

This commit is contained in:
ejclaw
2026-04-06 20:38:38 +09:00
parent c4b05f24b5
commit aa6b92752c
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(