mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #19105 from overleaf/bg-cookie-session-fix-user-deleter-unit-tests
fix UserDeleteTests to restore time operations GitOrigin-RevId: 85c91697e05b6a12aa66a6524a74848ff281527b
This commit is contained in:
parent
194d778c28
commit
0ebf01f209
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ describe('UserDeleter', function () {
|
|||
this.DeletedUserMock.restore()
|
||||
this.UserMock.restore()
|
||||
this.mockedUser.restore()
|
||||
tk.reset()
|
||||
})
|
||||
|
||||
describe('deleteUser', function () {
|
||||
|
|
Loading…
Reference in a new issue