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:
Brian Gough 2024-07-03 16:54:15 +01:00 committed by Copybot
parent 194d778c28
commit 0ebf01f209

View file

@ -142,6 +142,7 @@ describe('UserDeleter', function () {
this.DeletedUserMock.restore()
this.UserMock.restore()
this.mockedUser.restore()
tk.reset()
})
describe('deleteUser', function () {