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

Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
BoHong Li 2019-08-04 23:21:28 +08:00
parent 4d036b50a2
commit eaef11507c
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38

View File

@ -57,7 +57,7 @@ describe('realtime#update note is dirty timer', function () {
socks: [] socks: []
} }
let note2 = { const note2 = {
server: { server: {
isDirty: true isDirty: true
}, },
@ -79,7 +79,7 @@ describe('realtime#update note is dirty timer', function () {
callback(null, note) callback(null, note)
}) })
let note = { const note = {
server: { server: {
isDirty: true isDirty: true
}, },
@ -109,7 +109,7 @@ describe('realtime#update note is dirty timer', function () {
}) })
} }
let note = { const note = {
server: { server: {
isDirty: true isDirty: true
}, },