mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2270 from overleaf/bg-fix-lock-unit-test
add stub for metrics in unit test GitOrigin-RevId: 2920a192f6bd4c892cead766d7393909bfcf8b12
This commit is contained in:
parent
de4205d6a0
commit
9e651d77b2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ describe('LockManager - releasing the lock', function() {
|
|||
'logger-sharelatex': {
|
||||
log() {}
|
||||
},
|
||||
|
||||
'metrics-sharelatex': {},
|
||||
'./RedisWrapper': {
|
||||
client() {
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue