Skip to content

Commit

Permalink
Update oa-prompting.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivy Feraco authored Aug 16, 2024
1 parent 3ccca74 commit 6f5b625
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 6f5b625

Please sign in to comment.