fix(schedule): reconcile fixed-rate stack layer

This commit is contained in:
Tianyi Cui
2026-08-08 23:09:45 +08:00
parent 9a0bfc143b
commit 9abecc103d
5 changed files with 13 additions and 8 deletions

View File

@@ -241,7 +241,12 @@ describe.skipIf(MODE === 'record')('web e2e: durable after reminder receipt', ()
}, 60_000)
it('keeps the fixture inventory closed', async () => {
await assertFixtureInventory(SNAPSHOT_DIR, ['at-receipt.expected.md', 'receipt.expected.md'])
await assertFixtureInventory(SNAPSHOT_DIR, [
'at-receipt.expected.md',
'every-batch.expected.md',
'every-receipt.expected.md',
'receipt.expected.md',
])
})
})