We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bfc81 commit 9248ccbCopy full SHA for 9248ccb
packages/cubejs-testing-drivers/src/tests/testQueries.ts
@@ -1844,7 +1844,7 @@ from
1844
from
1845
"public"."BigECommerce" "BigECommerce"
1846
`);
1847
- expect(res.rows).toMatchSnapshot('multi_stage_percentage_of_total');
+ expect(res.rows).toMatchSnapshot('post_aggregate_percentage_of_total');
1848
});
1849
1850
executePg('SQL API: reuse params', async (connection) => {
0 commit comments