diff --git a/server/src/engine/shutdown.test.ts b/server/src/engine/shutdown.test.ts index 77c4ee6..52331de 100644 --- a/server/src/engine/shutdown.test.ts +++ b/server/src/engine/shutdown.test.ts @@ -15,6 +15,7 @@ describe('graceful shutdown cleanup', () => { scoring: 'factual', timeout_ms: 30000, answers: ['answer'], + baseDamage: 10, }, 1) // Verify it exists (getPendingChallenge takes fightId, botId) @@ -35,7 +36,7 @@ describe('graceful shutdown cleanup', () => { // Create a pending poll challenge const promise = waitForPollResponse( 'fight2', 'bot2', - { type: 'speed_blitz', label: 'Speed Blitz', prompt: 'test', scoring: 'factual', timeout_ms: 30000, answers: [] }, + { type: 'speed_blitz', label: 'Speed Blitz', prompt: 'test', scoring: 'factual', timeout_ms: 30000, answers: [], baseDamage: 10 }, 1, { name: 'opp', wins: 0, losses: 0 }, 'arena', null, )