mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 14:44:14 +00:00
refactor: fix lint on test/realtime/cleanDanglingUser.test.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
a7b4c30134
commit
45f0bfa5d8
@ -49,8 +49,8 @@ describe('cleanDanglingUser', function () {
|
||||
connected: {}
|
||||
}
|
||||
}
|
||||
let user1Socket = makeMockSocket()
|
||||
let user2Socket = makeMockSocket()
|
||||
const user1Socket = makeMockSocket()
|
||||
const user2Socket = makeMockSocket()
|
||||
|
||||
user1Socket.rooms.push('room1')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user