mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 03:12:12 +00:00
fix lock in test
This commit is contained in:
parent
7af5050370
commit
12c5098b48
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ describe "DocArchiveManager", ->
|
|||
it "should run archiveDocChangesWithLock with the lock", ->
|
||||
@LockManager.runWithLock
|
||||
.calledWith(
|
||||
"HistoryArchiveLock:#{@doc_id}"
|
||||
"HistoryLock:#{@doc_id}"
|
||||
)
|
||||
.should.equal true
|
||||
|
||||
|
|
Loading…
Reference in a new issue