mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 14:18:07 +00:00
Fix broken unit test from merge
This commit is contained in:
parent
c8f0d0920e
commit
a3a5524778
1 changed files with 3 additions and 1 deletions
|
@ -94,6 +94,7 @@ describe "RangesManager", ->
|
|||
op: [{
|
||||
c: "one"
|
||||
p: 0
|
||||
t: "thread-id-1"
|
||||
}]
|
||||
}]
|
||||
@entries = {
|
||||
|
@ -101,12 +102,14 @@ describe "RangesManager", ->
|
|||
op:
|
||||
c: "three "
|
||||
p: 4
|
||||
t: "thread-id-2"
|
||||
metadata:
|
||||
user_id: @user_id
|
||||
}, {
|
||||
op:
|
||||
c: "four "
|
||||
p: 10
|
||||
t: "thread-id-3"
|
||||
metadata:
|
||||
user_id: @user_id
|
||||
}]
|
||||
|
@ -115,7 +118,6 @@ describe "RangesManager", ->
|
|||
@RangesManager.applyUpdate @project_id, @doc_id, @entries, @updates, @newDocLines, @callback
|
||||
|
||||
it "should return an error", ->
|
||||
# Save space in redis and don't store just {}
|
||||
@callback.called.should.equal true
|
||||
[error, entries] = @callback.args[0]
|
||||
expect(error).to.not.be.null
|
||||
|
|
Loading…
Reference in a new issue