Skip to content

Commit 25f7cf3

Browse files
committed
tests fix/improve
1 parent 9970175 commit 25f7cf3

File tree

1 file changed

+2
-2
lines changed
  • packages/cubejs-schema-compiler/test/unit

1 file changed

+2
-2
lines changed

packages/cubejs-schema-compiler/test/unit/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ export function createCubeSchemaWithCustomGranularitiesAndTimeShift(name: string
366366
}
367367
})
368368
369-
view(\`orders_view\`, {
369+
view(\`${name}_view\`, {
370370
cubes: [{
371-
join_path: orders,
371+
join_path: ${name},
372372
includes: '*'
373373
}]
374374
})`;

0 commit comments

Comments
 (0)