diff --git a/test/realtime/dirtyNoteUpdate.test.js b/test/realtime/dirtyNoteUpdate.test.js index a3dea190..be2a7c70 100644 --- a/test/realtime/dirtyNoteUpdate.test.js +++ b/test/realtime/dirtyNoteUpdate.test.js @@ -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 },