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');