Skip to content

Commit

Permalink
feat: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizgar91 committed Nov 28, 2023
1 parent afef611 commit 0e57b31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/user-profiles/user-profile.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ describe('User Profile', () => {

it('GET by userId', async () => {
const response = await request(app.getHttpServer()).get(`/${userProfile.userId}`)
console.log(userProfile)
console.log(response.body)

expect(response.statusCode).toBe(200)
expect(response.body).toStrictEqual({
Expand Down

0 comments on commit 0e57b31

Please sign in to comment.