mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Clear lock after every project structure test
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> GitOrigin-RevId: af64d6ce2c81df55923e73597c97de6f394d54bb
This commit is contained in:
parent
4324c4a089
commit
ac84c582b1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ describe('ProjectStructureMongoLock', function () {
|
|||
})
|
||||
})
|
||||
|
||||
after(function (done) {
|
||||
afterEach(function (done) {
|
||||
return LockManager._releaseLock(this.lock_key, this.lockValue, done)
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue