Skip to content

Commit

Permalink
Merge branch 'storeQuestionService' of https://github.com/Arquisoft/w…
Browse files Browse the repository at this point in the history
…iq_es6c into storeQuestionService
  • Loading branch information
marco-qg committed Mar 13, 2024
2 parents 8e4c669 + 1ae5550 commit 1bd09d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storeQuestionService/store-q.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Store questions service', () => {

const response = await request(app).post('/history/question').send(newQuestion);
expect(response.status).toBe(200);
expect(response.body).toHaveProperty('question', 'c_answer', 'w_answers');
expect(response.body).toHaveProperty('pregunta', 'respuesta_correcta', 'respuestas_incorrectas');
});
});

Expand Down

0 comments on commit 1bd09d5

Please sign in to comment.