Skip to content

Commit 67c12ef

Browse files
committed
fix tests
1 parent 01f377f commit 67c12ef

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
@@ -1010,7 +1010,7 @@ describe('Schema Testing', () => {
10101010
expect(cubeB.sql).toBeFalsy();
10111011
});
10121012

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

0 commit comments

Comments
 (0)