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