Skip to content

Commit b31b5ea

Browse files
committed
hotfix/Corrected-timestamp
1 parent d77a8dc commit b31b5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/lib/formatters.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe('convertUnixToTime', () => {
2929
});
3030

3131
it('converts a Unix timestamp to a locale-specific formatted time', () => {
32-
expect(convertUnixToTime(1727442050)).toBe('7:30 AM');
32+
expect(convertUnixToTime(1727442050)).toBe('1:00 PM');
3333
});
3434
});
3535

0 commit comments

Comments
 (0)