Skip to content

Commit

Permalink
Arreglo test
Browse files Browse the repository at this point in the history
  • Loading branch information
uo283182 committed Apr 26, 2024
1 parent 0ded984 commit 47f3908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions questions/template-questions/question-service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ describe('GET /questions', () => {
expect(response.body).toHaveProperty('correcta');
expect(response.body).toHaveProperty('incorrectas');
expect(response.body.incorrectas).toHaveLength(3);
});
}, 20000);

});
});

0 comments on commit 47f3908

Please sign in to comment.