Update nowplayer.now.com.test.js

This commit is contained in:
Aleksandr Statciuk 2021-11-24 18:32:36 +03:00
parent 3ef4a0d6c6
commit 7f70d9c926

View file

@ -36,7 +36,7 @@ it('can generate valid request headers', () => {
}) })
}) })
fit('can get logo url', () => { it('can get logo url', () => {
expect(logo({ channel })).toBe( expect(logo({ channel })).toBe(
'https://images.now-tv.com/shares/channelPreview/img/en_hk/color/ch96_160_115' 'https://images.now-tv.com/shares/channelPreview/img/en_hk/color/ch96_160_115'
) )