From 15c7d638aa86c58bdb80c943d39df50bd1eb9ba3 Mon Sep 17 00:00:00 2001 From: brobert Date: Fri, 14 Nov 2025 22:22:45 +0100 Subject: [PATCH] actualiza un test --- tests/unit/services/command.unknown-help.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/services/command.unknown-help.test.ts b/tests/unit/services/command.unknown-help.test.ts index 7232f37..39f894c 100644 --- a/tests/unit/services/command.unknown-help.test.ts +++ b/tests/unit/services/command.unknown-help.test.ts @@ -31,7 +31,7 @@ describe('CommandService - comando desconocido devuelve ayuda rĂ¡pida', () => { const msg = res[0].message; expect(msg).toContain('COMANDO NO RECONOCIDO'); - expect(msg).toContain('/t ayuda'); + expect(msg).toContain('/t info'); expect(msg).toContain('/t mias'); expect(msg).toContain('/t web'); expect(msg).toContain('/t configurar');