test(session): expect empty fork seed marker

This commit is contained in:
Yichen Jiang
2026-07-31 13:36:40 +08:00
parent cb60e1759a
commit 7aa126e0d5

View File

@@ -67,7 +67,7 @@ describe('SessionStore.fork', () => {
const child = sessions.fork(source, undefined, SessionId('empty-child'))
expect(child.events).toEqual([])
expect(inherited(child)).toEqual([])
expect(child.header).toMatchObject({
id: SessionId('empty-child'),
cwd: '/workspace',