Skip to content

Commit

Permalink
chore: removed all the console log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Nov 25, 2023
1 parent 706513e commit 7244ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/notifications/test/status-controller.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ afterAll(async () => {
})

describe('Online status', () => {
console.log('Testing online status')
it('A user should change his status from online to offline', async () => {
await userStatusRepository.setOnline('user1')
let user = await userStatusRepository.getUser('user1')
Expand Down

0 comments on commit 7244ca9

Please sign in to comment.