From 0c48d2bda90da77f18071beb0d4a34d52ce4b606 Mon Sep 17 00:00:00 2001 From: teknium1 <127238744+teknium1@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:01:03 -0700 Subject: [PATCH] style: sort Harness props in the leak-guard test (perfectionist/sort-jsx-props) --- .../src/app/session/hooks/use-prompt-actions/index.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx index e5cc41077ef0..68f0505eba80 100644 --- a/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx +++ b/apps/desktop/src/app/session/hooks/use-prompt-actions/index.test.tsx @@ -1179,11 +1179,11 @@ describe('usePromptActions submit / queue drain semantics', () => { render( null} onReady={h => (handle = h)} refreshSessions={async () => undefined} requestGateway={requestGateway} + storedSessionId={'rt-foreground'} /> )