fix lock in test

This commit is contained in:
Brian Gough 2015-09-16 16:50:36 +01:00
parent 7af5050370
commit 12c5098b48

View file

@ -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