Skip to content

Commit c2ea506

Browse files
committed
fix datamodel for rollupJoin tests
1 parent 3d7c1e1 commit c2ea506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/pre-aggregations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ describe('PreAggregations', () => {
874874
dimensions: [
875875
dim_a,
876876
cube_b.dim_b,
877-
cube_c.dim_c
877+
cube_b.cube_c.dim_c
878878
],
879879
rollups: [
880880
aaa_rollup,

0 commit comments

Comments
 (0)