mirror of https://github.com/status-im/codimd.git
refactor: fix lint on test/realtime/updateNote.test.js
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
5f5a26c497
commit
f5c73d3439
|
@ -53,7 +53,7 @@ describe('realtime#updateNote', function () {
|
||||||
const callback = sinon.stub()
|
const callback = sinon.stub()
|
||||||
const note = {
|
const note = {
|
||||||
tempUsers: {
|
tempUsers: {
|
||||||
'user1': Date.now()
|
user1: Date.now()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
realtime.updateNote(note, callback)
|
realtime.updateNote(note, callback)
|
||||||
|
|
Loading…
Reference in New Issue