Skip to content

Commit

Permalink
Update app.e2e-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
raissabrizeno authored Aug 10, 2024
1 parent 2ac724d commit 5f74e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercicios/para-sala/users-api-aula/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ describe('AppController (e2e)', () => {
});

it('/ (GET)', () => {
// return request(app.getHttpServer())
// .get('/')
// .expect(200)
return request(app.getHttpServer())
.get('/')
.expect(200)
.expect('Hello World!');
});
});

0 comments on commit 5f74e1a

Please sign in to comment.