mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 03:21:56 +02:00
Revert "update tests"
This reverts commit 501e891760fd5c5bd0e6ffc75f866fd565561f31.
This commit is contained in:
@@ -24,7 +24,7 @@ describe "DocumentUpdater - flushDocIfLoaded", ->
|
||||
describe "when the doc is in Redis", ->
|
||||
beforeEach ->
|
||||
@RedisManager.getDoc = sinon.stub().callsArgWith(1, null, @lines, @version)
|
||||
@TrackChangesManager.flushDocChangesIfNeeded = sinon.stub().callsArg(2)
|
||||
@TrackChangesManager.flushDocChanges = sinon.stub().callsArg(2)
|
||||
@PersistenceManager.setDoc = sinon.stub().callsArgWith(4)
|
||||
@DocumentManager.flushDocIfLoaded @project_id, @doc_id, @callback
|
||||
|
||||
|
||||
Reference in New Issue
Block a user