Skip to content

Commit 3776043

Browse files
ovrKSDaemon
andauthored
Update packages/cubejs-schema-compiler/test/integration/mssql/custom-granularities.test.ts
Co-authored-by: Konstantin Burkalev <[email protected]>
1 parent 8bb04ca commit 3776043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('Custom Granularities', () => {
158158
{ joinGraph, cubeEvaluator, compiler }
159159
));
160160

161-
/// TODO: fix date bin calulation... for some reasons it goes from 2023-12-31T23:00:00.000Z
161+
/// TODO: fix date bin calculation... for some reason it goes from 2023-12-31T23:00:00.000Z
162162
xit('works with five_minutes_from_utc_origin custom granularity in Europe/Paris timezone', async () => dbRunner.runQueryTest(
163163
{
164164
measures: ['orders.count'],

0 commit comments

Comments
 (0)