Skip to content

Commit b1314fb

Browse files
committed
fix
1 parent 6d64a7f commit b1314fb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

-10
Original file line numberDiff line numberDiff line change
@@ -3278,16 +3278,6 @@ SELECT 1 AS revenue, cast('2024-01-01' AS timestamp) as time UNION ALL
32783278
}]
32793279
));
32803280

3281-
it('multiplied sum no dimensions through view', async () => runQueryTest(
3282-
{
3283-
measures: ['visitors_visitors_checkins_view.revenue', 'visitors_visitors_checkins_view.id_sum'],
3284-
},
3285-
[{
3286-
visitors_visitors_checkins_view__revenue: '2000',
3287-
visitors_visitors_checkins_view__id_sum: '21'
3288-
}]
3289-
));
3290-
32913281
// Subquery aggregation for multiplied measure (and any `keysSelect` for that matter)
32923282
// should pick up all dimensions, even through member expressions
32933283
it('multiplied sum with dimension member expressions', async () => runQueryTest(

0 commit comments

Comments
 (0)