update
This commit is contained in:
@@ -162,8 +162,6 @@ tap.test('should create and download PDF statement', async () => {
|
||||
});
|
||||
|
||||
tap.test('should create CSV statement with custom date range', async () => {
|
||||
// Wait to avoid rate limiting
|
||||
await new Promise(resolve => setTimeout(resolve, 3500));
|
||||
console.log('Creating CSV statement export...');
|
||||
|
||||
// Use last month's date range to ensure it's in the past
|
||||
@@ -200,8 +198,6 @@ tap.test('should create CSV statement with custom date range', async () => {
|
||||
});
|
||||
|
||||
tap.test('should create MT940 statement', async () => {
|
||||
// Wait to avoid rate limiting
|
||||
await new Promise(resolve => setTimeout(resolve, 3500));
|
||||
console.log('Creating MT940 statement export...');
|
||||
|
||||
const exportBuilder = primaryAccount.getAccountStatement({
|
||||
|
Reference in New Issue
Block a user