website refactor
This commit is contained in:
@@ -207,7 +207,7 @@ describe('WithdrawFromLeagueWalletUseCase', () => {
|
||||
const presented = result.unwrap();
|
||||
|
||||
expect(transactionRepository.create).toHaveBeenCalledTimes(1);
|
||||
const createdTx = (transactionRepository.create as Mock).mock.calls[0]![0] as any;
|
||||
const createdTx = (transactionRepository.create as Mock).mock.calls[0]![0] as Transaction;
|
||||
|
||||
const expectedTransactionId = `txn-${new Date('2025-01-01T00:00:00.000Z').getTime()}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user