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
1 changed files with 3 additions and 3 deletions

View File

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