Skip to content

Commit

Permalink
Update storeQuestionService/store-q.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Abel <[email protected]>
  • Loading branch information
MarcosBarrilVillaverde and AbelMH1 authored Mar 13, 2024
1 parent e352872 commit de2e940
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 @@ -52,7 +52,7 @@ describe('Store questions service', () => {
request(app).post('/addquestion').send(newQuestion2);
request(app).post('/addquestion').send(newQuestion3);

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

expect(response.status).toBe(200);
expect(response.body).toEqual(
Expand Down

0 comments on commit de2e940

Please sign in to comment.