Skip to content

Commit 56b0c20

Browse files
committed
fix snapshots after merge changes
1 parent 619a1af commit 56b0c20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ Object {
471471
exports[`Schema Testing Inheritance CubeB.js correctly extends cubeA.yml (with additions) 9`] = `
472472
Object {
473473
"countCreatedAt": Object {
474+
"allowNonStrictDateRangeMatch": true,
474475
"external": true,
475476
"granularity": "day",
476477
"measureReferences": [Function],
@@ -488,6 +489,7 @@ Object {
488489
exports[`Schema Testing Inheritance CubeB.js correctly extends cubeA.yml (with additions) 10`] = `
489490
Object {
490491
"countCreatedAt": Object {
492+
"allowNonStrictDateRangeMatch": true,
491493
"external": true,
492494
"granularity": "day",
493495
"measureReferences": [Function],
@@ -1143,6 +1145,7 @@ Object {
11431145
exports[`Schema Testing Inheritance CubeB.yml correctly extends cubeA.yml (with additions) 9`] = `
11441146
Object {
11451147
"countCreatedAt": Object {
1148+
"allowNonStrictDateRangeMatch": true,
11461149
"external": true,
11471150
"granularity": "day",
11481151
"measureReferences": [Function],
@@ -1160,6 +1163,7 @@ Object {
11601163
exports[`Schema Testing Inheritance CubeB.yml correctly extends cubeA.yml (with additions) 10`] = `
11611164
Object {
11621165
"countCreatedAt": Object {
1166+
"allowNonStrictDateRangeMatch": true,
11631167
"external": true,
11641168
"granularity": "day",
11651169
"measureReferences": [Function],

0 commit comments

Comments
 (0)