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

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

View File

@ -53,7 +53,7 @@ describe('realtime#updateNote', function () {
const callback = sinon.stub()
const note = {
tempUsers: {
'user1': Date.now()
user1: Date.now()
}
}
realtime.updateNote(note, callback)