From 296205627d54b53ebac362ac594073c151eb35d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Santamar=C3=ADa=20Rogado?= Date: Sat, 11 Apr 2026 21:25:54 +0200 Subject: [PATCH] Rename test property description from 'paquete' to 'contenido' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David SantamarĂ­a Rogado --- JS/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JS/index.spec.js b/JS/index.spec.js index c567942..1dba4ee 100644 --- a/JS/index.spec.js +++ b/JS/index.spec.js @@ -136,7 +136,7 @@ describe("proyecto", () => { }); }); describe("16.- Crea un 'objeto' de nombre 'Paquete' que tenga la propiedad: 'array contenido con todos los objetos que contenga el paquete'", () => { - it("Contiene la propiedad paquete de tipo array", () => { + it("Contiene la propiedad contenido de tipo array", () => { expect(Paquete.contenido).toEqual(jasmine.any(Array)); }); });