mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-25 17:18:11 +00:00
style: sort Harness props in the leak-guard test (perfectionist/sort-jsx-props)
This commit is contained in:
parent
fd29ce5102
commit
0c48d2bda9
1 changed files with 1 additions and 1 deletions
|
|
@ -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'}
|
||||
/>
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue