mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
test(session-query): name binding retry precisely (round 3)
This commit is contained in:
@@ -561,7 +561,7 @@ describe('SQLite reconciliation and source lifecycle', () => {
|
||||
expect(TestPersistence.loads.get(added.id)).toBe(1)
|
||||
})
|
||||
|
||||
it('retries if the source revision changes while live sessions are observed', async () => {
|
||||
it('retries if the persistence binding changes while live sessions are observed', async () => {
|
||||
const durable = header('live-boundary-retry')
|
||||
TestPersistence.reset([{ meta: durable, events: messageEvents('durable needle') }])
|
||||
const ctx = await liveContext()
|
||||
|
||||
Reference in New Issue
Block a user