Skip to content

Commit c2cb4cd

Browse files
few changes
1 parent 0c913a9 commit c2cb4cd

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
@@ -11,7 +11,7 @@ describe('convertUnixToTime', () => {
1111
});
1212

1313
it('converts a Unix timestamp to a locale-specific formatted time', () => {
14-
expect(convertUnixToTime(1727442050)).toBe('01:00 pm');
14+
expect(convertUnixToTime(1727442050)).toBe('01:00 PM');
1515
});
1616
});
1717

0 commit comments

Comments
 (0)