fmt(js): npm run fix on merge (#73197)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-28 07:27:44 +00:00 committed by GitHub
parent a9c9467dd8
commit 9a5f102d0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,10 +49,6 @@ describe('useRuntimeMessageRepository', () => {
])
)
expect(feedToRepository(result.current).map(item => item.id)).toEqual([
'user-1',
'assistant-stream-1',
'user-2'
])
expect(feedToRepository(result.current).map(item => item.id)).toEqual(['user-1', 'assistant-stream-1', 'user-2'])
})
})