Skip to content

Commit

Permalink
removed accidentally added space characters
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Linderoth committed Jun 5, 2021
1 parent 2361643 commit aff4523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/locale/sv-fi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ it('Finland Swedish locale', () => {
.toBe('lördag, 12. juni 2021, kl. 17.30')
// short
expect(dayjs('2019-03-01 12:30').locale('sv-fi').format('lll'))
.toBe('1. mar 2019 , kl. 12.30')
.toBe('1. mar 2019, kl. 12.30')
expect(dayjs('2021-06-01 17:30').locale('sv-fi').format('llll'))
.toBe('tis, 1. jun 2021, kl. 17.30')
})

0 comments on commit aff4523

Please sign in to comment.