From 960ec952aa52cca3daa633ad1a6d33fafb17d343 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Thu, 25 Aug 2022 00:08:53 +0300 Subject: [PATCH] Update update.test.js --- tests/commands/guides/update.test.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/commands/guides/update.test.js b/tests/commands/guides/update.test.js index 9111ac0f..f85848f9 100644 --- a/tests/commands/guides/update.test.js +++ b/tests/commands/guides/update.test.js @@ -22,7 +22,7 @@ it('can generate /guides', () => { ) const compressed = glob - .sync('tests/__data__/expected/guides/**/*.xml.gz') + .sync('tests/__data__/expected/guides/**/*.epg.xml.gz') .map(f => f.replace('tests/__data__/expected/', '')) compressed.forEach(filepath => { @@ -50,12 +50,12 @@ it('will terminate process if programs not found', () => { Generating guides/... Loading \"database/programs.db\"... Loading queue... -Creating \"tests/__data__/output/guides/us/directv.com.xml.gz\"... -Creating \"tests/__data__/output/guides/fr/chaines-tv.orange.fr.xml.gz\"... -Creating \"tests/__data__/output/guides/bh/chaines-tv.orange.fr.xml.gz\"... -Creating \"tests/__data__/output/guides/ge/magticom.ge.xml.gz\"... -Creating \"tests/__data__/output/guides/ru/yandex.ru.xml.gz\"... -Creating \"tests/__data__/output/guides/zw/dstv.com.xml.gz\"... +Creating \"tests/__data__/output/guides/us/directv.com.epg.xml.gz\"... +Creating \"tests/__data__/output/guides/fr/chaines-tv.orange.fr.epg.xml.gz\"... +Creating \"tests/__data__/output/guides/bh/chaines-tv.orange.fr.epg.xml.gz\"... +Creating \"tests/__data__/output/guides/ge/magticom.ge.epg.xml.gz\"... +Creating \"tests/__data__/output/guides/ru/yandex.ru.epg.xml.gz\"... +Creating \"tests/__data__/output/guides/zw/dstv.com.epg.xml.gz\"... Error: No programs found `)