test(agent-loop): name regression contracts

This commit is contained in:
Tianyi Cui
2026-07-16 02:05:44 +08:00
parent aae284cbc3
commit c2cf2cbbd8

View File

@@ -370,7 +370,7 @@ describe('disposed status is part of the agent/status contract', () => {
})
})
describe('misc registry and config fixes', () => {
describe('registration, request routing, and queued-input ownership contracts', () => {
it('duplicate adapter registration is rejected', async () => {
const ctx = new Context()
await ctx.plugin(LlmService)