Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Blackbourn committed Mar 16, 2024
1 parent 6c940fe commit c8db009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/DateTz.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('DateTz', () => {
expect(date.weekday).toBe(4)
})

it('should have valid IANA properties', () => {
it('should have valid date properties', () => {
const tzChicago = new IntlTimezone('America/Chicago')
const date = new DateTz(1970, 1, 1, tzChicago)
expect(date.toISOString()).toBe('1970-01-01T00:00:00-06:00')
Expand Down

0 comments on commit c8db009

Please sign in to comment.