@@ -1,4 +1,4 @@
|
||||
import { IKeyRepository } from 'src/domain/repositories/api-key.repository';
|
||||
import { IKeyRepository } from 'src/interfaces/api-key.repository';
|
||||
|
||||
export const newKeyRepositoryMock = (): jest.Mocked<IKeyRepository> => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user