Skip to content

Commit

Permalink
fix after merge/rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 13, 2024
1 parent d193a01 commit 80f3163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ describe('SQL Generation', () => {
await compilers.compiler.compile();
});

queries.forEach(q => {
granularityQueries.forEach(q => {
it(`measure "${q.measures[0]}" + granularity "${q.timeDimensions[0].granularity}"`, () => {
const query = new CubeStoreQuery(compilers, q);
const queryAndParams = query.buildSqlAndParams();
Expand Down

0 comments on commit 80f3163

Please sign in to comment.