style(primer): prettier line-wrap in codex-warmup test
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -388,7 +388,11 @@ describe('Codex warm-up scheduler', () => {
|
|||||||
maxConsecutiveFailures: 1,
|
maxConsecutiveFailures: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
const failed = await runCodexWarmupCycle(config, { nowMs: now, statePath, isPrimer: true });
|
const failed = await runCodexWarmupCycle(config, {
|
||||||
|
nowMs: now,
|
||||||
|
statePath,
|
||||||
|
isPrimer: true,
|
||||||
|
});
|
||||||
expect(failed.status).toBe('failed');
|
expect(failed.status).toBe('failed');
|
||||||
|
|
||||||
const backedOff = await runCodexWarmupCycle(config, {
|
const backedOff = await runCodexWarmupCycle(config, {
|
||||||
|
|||||||
Reference in New Issue
Block a user