mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update tvim.tv.test.js
This commit is contained in:
parent
7c6c43da8e
commit
a74a8c1ca9
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ it('can generate valid url', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can get logo url', () => {
|
it('can get logo url', () => {
|
||||||
const result = logo({ content })
|
const result = logo({ channel })
|
||||||
expect(result).toBe('https://mobile-api.tvim.tv/images/chan_logos/120x60/T7.png')
|
expect(result).toBe('https://mobile-api.tvim.tv/images/channels/120x60px/T7.png')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can parse response', () => {
|
it('can parse response', () => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue