From a74a8c1ca9698a33e3e5304004fc4505f30c85e5 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 24 Oct 2021 23:35:41 +0300 Subject: [PATCH] Update tvim.tv.test.js --- sites/tvim.tv/tvim.tv.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/tvim.tv/tvim.tv.test.js b/sites/tvim.tv/tvim.tv.test.js index 2a8fd0e2..9718c839 100644 --- a/sites/tvim.tv/tvim.tv.test.js +++ b/sites/tvim.tv/tvim.tv.test.js @@ -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', () => {