Skip to content

Commit a01b6ca

Browse files
committed
fix test
1 parent b0aeb4b commit a01b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('Yaml Schema Testing', () => {
119119
const { compiler } = prepareYamlCompiler(
120120
`cubes:
121121
- name: Products
122-
sql: select { 123abc } from tbl
122+
sql: select { "string"+123 } as a1, { 123abc } as a2 from tbl
123123
dimensions:
124124
`
125125
);

0 commit comments

Comments
 (0)