Skip to content

Commit 80f8885

Browse files
committed
update tests
1 parent c4de4c5 commit 80f8885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cubejs-testing/test/__snapshots__/birdbox-postgresql-pre-aggregations.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`postgresql-cubestore HTTP Transport Empty partitions: Empty partitions
55
exports[`postgresql-cubestore HTTP Transport Rolling Mixed With Dimension No Granularity: Rolling Mixed With Dimension No Granularity 1`] = `
66
Array [
77
Object {
8-
"visitors.checkinsRollingTotal": null,
8+
"visitors.checkinsRollingTotal": 5,
99
"visitors.source": "some",
1010
},
1111
]

packages/cubejs-testing/test/__snapshots__/cli-postgresql-pre-aggregations.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports[`postgresql HTTP Transport Empty partitions: Empty partitions 1`] = `Arr
55
exports[`postgresql HTTP Transport Rolling Mixed With Dimension No Granularity: Rolling Mixed With Dimension No Granularity 1`] = `
66
Array [
77
Object {
8-
"visitors.checkinsRollingTotal": null,
8+
"visitors.checkinsRollingTotal": 5,
99
"visitors.source": "some",
1010
},
1111
]

0 commit comments

Comments
 (0)