Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ritave committed Oct 14, 2024
1 parent 9e05f70 commit 7348f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iso8601-date.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('parseDateTime', () => {
'2020-01-01T23:59:59+13',
'2020-01-01T23:59:59-11:60',
'2020-01-01T23:59:59a',
])('throws on invalid datetiime "%s"', (testIso) => {
])('throws on invalid date time "%s"', (testIso) => {
expect(() => parseDateTime(testIso)).toThrow(InvalidIso8601Date);
});
});

0 comments on commit 7348f54

Please sign in to comment.