Skip to content

Commit

Permalink
Update storeQuestionService/store-q.test.js Added new route in tests
Browse files Browse the repository at this point in the history
Co-authored-by: Abel <114153419+AbelMH1@users.noreply.github.com>
  • Loading branch information
MarcosBarrilVillaverde and AbelMH1 authored Mar 13, 2024
1 parent 5d22841 commit bab0682
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 @@ -50,7 +50,7 @@ describe('Store questions service', () => {

request(app).post('/addquestion').send(newQuestion1);
request(app).post('/addquestion').send(newQuestion2);
request(app).post('/addquestion').send(newQuestion3);
request(app).post('/history/question').send(newQuestion3);

const response = await request(app).get('/history/questions');

Expand Down

0 comments on commit bab0682

Please sign in to comment.