Fixes channel IDs

This commit is contained in:
Aleksandr Statciuk
2022-06-10 14:56:59 +03:00
parent fcad7dd4a7
commit a7441c7c20
11 changed files with 38 additions and 38 deletions

View File

@@ -11,7 +11,7 @@ dayjs.extend(utc)
const date = dayjs.utc('2022-05-10', 'YYYY-MM-DD').startOf('d')
const channel = {
site_id: '102',
xmltv_id: 'Channel5Singapore.sg'
xmltv_id: 'Channel5.sg'
}
it('can generate valid url', () => {