Update tvim.tv.test.js

This commit is contained in:
Aleksandr Statciuk 2021-10-24 23:35:41 +03:00
parent 7c6c43da8e
commit a74a8c1ca9

View file

@ -15,8 +15,8 @@ it('can generate valid url', () => {
})
it('can get logo url', () => {
const result = logo({ content })
expect(result).toBe('https://mobile-api.tvim.tv/images/chan_logos/120x60/T7.png')
const result = logo({ channel })
expect(result).toBe('https://mobile-api.tvim.tv/images/channels/120x60px/T7.png')
})
it('can parse response', () => {