Skip to content

Commit

Permalink
test: Fix pretty-time tests for non-UTC machines (#33498)
Browse files Browse the repository at this point in the history
  • Loading branch information
zharinov authored Jan 9, 2025
1 parent 99f80a0 commit 3d2445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/pretty-time.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('util/pretty-time', () => {
});

describe('satisfiesDateRange()', () => {
const t0 = DateTime.fromISO('2023-07-07T12:00:00');
const t0 = DateTime.fromISO('2023-07-07T12:00:00Z');

beforeAll(() => {
jest.useFakeTimers();
Expand Down

0 comments on commit 3d2445f

Please sign in to comment.