Skip to content

Commit f138c5c

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 3776043 commit f138c5c

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
@@ -188,7 +188,7 @@ describe('Custom Granularities', () => {
188188
{ joinGraph, cubeEvaluator, compiler }
189189
));
190190

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

0 commit comments

Comments
 (0)