Skip to content

Commit e1ad29d

Browse files
committed
[FIXUP] postgres new aliases
1 parent 65ab271 commit e1ad29d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/custom-granularities.test.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -135,23 +135,23 @@ describe('Custom Granularities', () => {
135135
[
136136
{
137137
orders__count: '13',
138-
orders__created_at__half_year: '2024-01-01T00:00:00.000Z',
138+
orders__created_at_half_year: '2024-01-01T00:00:00.000Z',
139139
},
140140
{
141141
orders__count: '13',
142-
orders__created_at__half_year: '2024-07-01T00:00:00.000Z',
142+
orders__created_at_half_year: '2024-07-01T00:00:00.000Z',
143143
},
144144
{
145145
orders__count: '13',
146-
orders__created_at__half_year: '2025-01-01T00:00:00.000Z',
146+
orders__created_at_half_year: '2025-01-01T00:00:00.000Z',
147147
},
148148
{
149149
orders__count: '13',
150-
orders__created_at__half_year: '2025-07-01T00:00:00.000Z',
150+
orders__created_at_half_year: '2025-07-01T00:00:00.000Z',
151151
},
152152
{
153153
orders__count: '1',
154-
orders__created_at__half_year: '2026-01-01T00:00:00.000Z',
154+
orders__created_at_half_year: '2026-01-01T00:00:00.000Z',
155155
},
156156
],
157157
{ joinGraph, cubeEvaluator, compiler }
@@ -208,23 +208,23 @@ describe('Custom Granularities', () => {
208208
[
209209
{
210210
orders_view__count: '13',
211-
orders_view__created_at__half_year: '2024-01-01T00:00:00.000Z',
211+
orders_view__created_at_half_year: '2024-01-01T00:00:00.000Z',
212212
},
213213
{
214214
orders_view__count: '13',
215-
orders_view__created_at__half_year: '2024-07-01T00:00:00.000Z',
215+
orders_view__created_at_half_year: '2024-07-01T00:00:00.000Z',
216216
},
217217
{
218218
orders_view__count: '13',
219-
orders_view__created_at__half_year: '2025-01-01T00:00:00.000Z',
219+
orders_view__created_at_half_year: '2025-01-01T00:00:00.000Z',
220220
},
221221
{
222222
orders_view__count: '13',
223-
orders_view__created_at__half_year: '2025-07-01T00:00:00.000Z',
223+
orders_view__created_at_half_year: '2025-07-01T00:00:00.000Z',
224224
},
225225
{
226226
orders_view__count: '1',
227-
orders_view__created_at__half_year: '2026-01-01T00:00:00.000Z',
227+
orders_view__created_at_half_year: '2026-01-01T00:00:00.000Z',
228228
},
229229
],
230230
{ joinGraph, cubeEvaluator, compiler }

0 commit comments

Comments
 (0)