Skip to content

Commit

Permalink
return back deleted test
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Aug 22, 2024
1 parent 5b7afde commit b532674
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cubejs-backend-shared/test/time.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ describe('time', () => {
expect(inDbTimeZone('UTC', 'YYYY-MM-DD[T]HH:mm:ss.SSSSSS[Z]', '2020-01-01T00:00:00.000000')).toEqual(
'2020-01-01T00:00:00.000000Z'
);

expect(inDbTimeZone('UTC', 'YYYY-MM-DD[T]HH:mm:ss.SSSSSS[Z]', '2020-01-31T23:59:59.999999')).toEqual(
'2020-01-31T23:59:59.999999Z'
);
});

it('isPredefinedGranularity', () => {
Expand Down

0 comments on commit b532674

Please sign in to comment.