test(session): align turn-end contract artifacts
This commit is contained in:
@@ -97,7 +97,7 @@ describe('todos projection provider', () => {
|
||||
seedMessage(session)
|
||||
const list: TodoItem[] = [{ content: 'done', status: 'completed' }]
|
||||
session.append('todo/write', { todos: list })
|
||||
session.append('turn/end', { turn: 1, step: 0, reason: { kind: 'completed' } })
|
||||
session.append('turn/end', { turn: 1, reason: { kind: 'completed' } })
|
||||
expect((await bench.tailProjections())?.values.todos).toEqual(list)
|
||||
session.append('turn/start', { turn: 1 })
|
||||
const cleared = await bench.tailProjections()
|
||||
|
||||
Reference in New Issue
Block a user