website refactor
This commit is contained in:
@@ -15,7 +15,7 @@ describe('GetPaymentsUseCase', () => {
|
||||
};
|
||||
|
||||
useCase = new GetPaymentsUseCase(
|
||||
paymentRepository as unknown as IPaymentRepository,
|
||||
paymentRepository as unknown as PaymentRepository,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user