mirror of https://github.com/status-im/codimd.git
refactor: fix lint on test/realtime/connection.test.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
45f0bfa5d8
commit
4d036b50a2
|
@ -124,7 +124,7 @@ describe('realtime#connection', function () {
|
|||
const emitRefreshStub = sinon.stub(realtime, 'emitRefresh')
|
||||
const failConnectionSpy = sinon.spy(realtime, 'failConnection')
|
||||
|
||||
let note = {
|
||||
const note = {
|
||||
id: noteId,
|
||||
authors: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue