Skip to content

Commit a580770

Browse files
authored
Permanently fix formatted utc offset test (#2422)
1 parent 08dc657 commit a580770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/stores/time-format.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ describe('getUTCOffset', () => {
6363
});
6464

6565
test('should return a formatted UTC offset for a timezone', () => {
66-
expect(getUTCOffset('America/Denver' as TimeFormat)).toBe('-07:00');
66+
expect(getUTCOffset('America/Phoenix' as TimeFormat)).toBe('-07:00');
6767
});
6868
});

0 commit comments

Comments
 (0)