Skip to content

Commit

Permalink
Conflicto nombres
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287627 committed Apr 28, 2024
1 parent 39dc4be commit 5c739c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webapp/src/components/GeneratedQuestionsList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ describe('GeneratedQuestionsList component', () => {
data: [
{
generatedQuestionBody: "¿A qué género literario pertenece 'Cinco horas con Mario'?",
correcta: 'Narrativo'
correctAnswer: 'Narrativo'
},
{
generatedQuestionBody: "¿De qué grupo es la canción 'Vino Tinto'?",
correcta: 'Estopa'
correctAnswer: 'Estopa'
},
{
generatedQuestionBody: "¿Cuál es la capital de Portugal?",
correcta: 'Lisboa'
correctAnswer: 'Lisboa'
},
{
generatedQuestionBody: "¿Quién escribió la novela 'El Extranjero'?",
correcta: 'Albert Camus'
correctAnswer: 'Albert Camus'
},
],
});
Expand Down

0 comments on commit 5c739c3

Please sign in to comment.