Skip to content

Commit d2773a7

Browse files
authored
fix: Error after renaming post aggregate (#8805)
1 parent f582d68 commit d2773a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing/test/smoke-cubesql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ describe('SQL API', () => {
361361
limit
362362
1000001
363363
`);
364-
expect(res.rows).toMatchSnapshot('power bi multi stage measure wrap');
364+
expect(res.rows).toMatchSnapshot('power bi post aggregate measure wrap');
365365
});
366366

367367
test('percentage of total sum', async () => {

0 commit comments

Comments
 (0)