style: sort Harness props in the leak-guard test (perfectionist/sort-jsx-props)

This commit is contained in:
teknium1 2026-07-24 23:01:03 -07:00 committed by Teknium
parent fd29ce5102
commit 0c48d2bda9

View file

@ -1179,11 +1179,11 @@ describe('usePromptActions submit / queue drain semantics', () => {
render(
<Harness
activeSessionId={'rt-foreground'}
storedSessionId={'rt-foreground'}
getRuntimeIdForStoredSession={() => null}
onReady={h => (handle = h)}
refreshSessions={async () => undefined}
requestGateway={requestGateway}
storedSessionId={'rt-foreground'}
/>
)