Skip to content

Commit

Permalink
fix(test): time string
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Mar 21, 2023
1 parent b690073 commit 203e3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ describe('toHex', () => {

describe('iso8601', () => {
expect(iso8601ToString('2023-03-07T22:33:50.6', 300)).toBe(
'3/7/2023, 5:33:50PM'
'3/7/2023, 5:33:50 PM'
);
});

0 comments on commit 203e3c5

Please sign in to comment.