Skip to content

Commit 6ebcccf

Browse files
committed
fix
1 parent 9d26c36 commit 6ebcccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cubejs-testing-drivers/src/tests/testQueries.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,10 +1575,10 @@ export function testQueries(type: string, { includeIncrementalSchemaSuite, exten
15751575
dimension: 'BigECommerce.orderDate',
15761576
granularity: 'quarter',
15771577
}, {
1578-
dimension: 'BigECommerce.orderDate',
1579-
granularity: 'month',
1580-
dateRange: ['2020-01-01', '2020-12-31'],
1581-
}],
1578+
dimension: 'BigECommerce.orderDate',
1579+
granularity: 'month',
1580+
dateRange: ['2020-01-01', '2020-12-31'],
1581+
}],
15821582
order: [
15831583
['BigECommerce.orderDate', 'asc'],
15841584
],

0 commit comments

Comments
 (0)