Skip to content

Commit ae1011e

Browse files
committed
fix
1 parent 13be19e commit ae1011e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/sql-generation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ SELECT 1 AS revenue, cast('2024-01-01' AS timestamp) as time UNION ALL
13531353
{ visitors__created_at_week: '2017-01-09T00:00:00.000Z', visitors__revenue_rolling_three_day: '900' }
13541354
]));
13551355

1356-
it('rolling count 11', async () => runQueryTest({
1356+
it('rolling count', async () => runQueryTest({
13571357
measures: [
13581358
'visitors.countRolling'
13591359
],

0 commit comments

Comments
 (0)