Skip to content

Commit dbf8633

Browse files
committed
fix test
1 parent ef59eb7 commit dbf8633

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
@@ -108,7 +108,7 @@ describe('Yaml Schema Testing', () => {
108108

109109
throw new Error('compile must return an error');
110110
} catch (e: any) {
111-
expect(e.message).toContain('Users cube: (title = null) must be a string');
111+
expect(e.message).toContain('Users cube: "title" must be a string');
112112
}
113113
});
114114

0 commit comments

Comments
 (0)