From 40e343d80fd8c818b012bf0b1fdc7c4932152c48 Mon Sep 17 00:00:00 2001 From: Chris Parsons Date: Fri, 27 Feb 2026 21:50:05 -0800 Subject: [PATCH] fix: add missing queueOnly prop to AutodraftSettings test fixtures Co-Authored-By: Claude Sonnet 4.6 --- app/components/__tests__/AutodraftSettings.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/__tests__/AutodraftSettings.test.tsx b/app/components/__tests__/AutodraftSettings.test.tsx index 38fe38a..7ac0158 100644 --- a/app/components/__tests__/AutodraftSettings.test.tsx +++ b/app/components/__tests__/AutodraftSettings.test.tsx @@ -12,6 +12,7 @@ describe('AutodraftSettings Component', () => { isEnabled: false, mode: 'next_pick' as const, isMyTurn: false, + queueOnly: false, onUpdate: vi.fn(), };