refactor: fix lint on test/realtime/cleanDanglingUser.test.js

Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
BoHong Li 2019-08-04 23:21:00 +08:00
parent a7b4c30134
commit 45f0bfa5d8
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ describe('cleanDanglingUser', function () {
connected: {}
}
}
let user1Socket = makeMockSocket()
let user2Socket = makeMockSocket()
const user1Socket = makeMockSocket()
const user2Socket = makeMockSocket()
user1Socket.rooms.push('room1')