fix types

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-07-04 18:23:28 +02:00
parent 859c547303
commit aa1e84e78a
@@ -22,7 +22,7 @@ import { AuthorizedRefreshService } from './AuthorizedRefreshService';
describe('AuthorizedRefreshService', () => {
const refreshService = {
refresh: jest.fn(),
refreshByRefreshKey: jest.fn(),
refreshByRefreshKeys: jest.fn(),
};
const permissionApi = {
authorize: jest.fn(),