mirror of https://github.com/status-im/codimd.git
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…
Reference in New Issue