From d89856113761b17c46f1f0e2e6c1fe17a8615d85 Mon Sep 17 00:00:00 2001 From: Ivy Feraco Date: Fri, 16 Aug 2024 16:38:56 -0400 Subject: [PATCH] fix: Update shortDescription test in oa-prompting.spec.js (#1864) --- projects/02-dataverse/tests-read-only/oa/oa-prompting.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/02-dataverse/tests-read-only/oa/oa-prompting.spec.js b/projects/02-dataverse/tests-read-only/oa/oa-prompting.spec.js index c3c801ed5..347e26850 100644 --- a/projects/02-dataverse/tests-read-only/oa/oa-prompting.spec.js +++ b/projects/02-dataverse/tests-read-only/oa/oa-prompting.spec.js @@ -64,7 +64,7 @@ describe('Test de data set', () => { describe('shortDescripcion', () => { it('Debe ser un string', () => { - expect(typeof item.description).toBe('string'); + expect(typeof item.shortDescription).toBe('string'); }); it('Debe tener maximo 20 palabras', () => {