Skip to content

Commit b5188df

Browse files
committed
fix tests
1 parent f063ae7 commit b5188df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ describe('Schema Testing', () => {
10141014
expect(cubeB.sql).toBeFalsy();
10151015
});
10161016

1017-
it('throws error for member without type in cubeB extending cubeA', async () => {
1017+
it('throws errors for invalid members in both cubes (parent and child)', async () => {
10181018
const cubes = fs.readFileSync(
10191019
path.join(process.cwd(), '/test/unit/fixtures/invalid_cubes.yaml'),
10201020
'utf8'

0 commit comments

Comments
 (0)