Skip to content

Commit fe38b11

Browse files
committed
fix tests
1 parent e425e84 commit fe38b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cubejs-query-orchestrator/test/unit/QueryOrchestrator.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ describe('QueryOrchestrator', () => {
13081308
expect(result.data[0]).toMatch(/orders_d20210501/);
13091309
expect(result.data[0]).not.toMatch(/orders_h2021053000/);
13101310
expect(result.data[0]).toMatch(/orders_h2021053100/);
1311-
expect(result.data[0]).toMatch(/orders_h2021060100_fv2h1pdp_3wsilqun/);
1311+
expect(result.data[0]).toMatch(/orders_h2021060100_uozkyaur_d004iq51/);
13121312

13131313
result = await queryOrchestrator.fetchQuery(query(['2021-05-31T00:00:00.000', '2021-05-31T23:59:59.999']));
13141314
console.log(JSON.stringify(result, null, 2));
@@ -1319,7 +1319,7 @@ describe('QueryOrchestrator', () => {
13191319
expect(result.data[0]).toMatch(/orders_d20210501/);
13201320
expect(result.data[0]).not.toMatch(/orders_h2021053000/);
13211321
expect(result.data[0]).toMatch(/orders_h2021053100/);
1322-
expect(result.data[0]).toMatch(/orders_h2021060100_fv2h1pdp_3wsilqun/);
1322+
expect(result.data[0]).toMatch(/orders_h2021060100_uozkyaur_d004iq51/);
13231323
});
13241324

13251325
test('lambda partitions week', async () => {
@@ -1407,7 +1407,7 @@ describe('QueryOrchestrator', () => {
14071407
console.log(JSON.stringify(result, null, 2));
14081408
expect(result.data[0]).not.toMatch(/orders_h2021053000/);
14091409
expect(result.data[0]).toMatch(/orders_h2021053100/);
1410-
expect(result.data[0]).toMatch(/orders_h2021060100_fv2h1pdp_3wsilqun/);
1410+
expect(result.data[0]).toMatch(/orders_h2021060100_uozkyaur_d004iq51/);
14111411
});
14121412

14131413
test('real-time sealing partitions', async () => {

0 commit comments

Comments
 (0)