From de2d1600124d383ad271cd320acb759f903a44e4 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:25:38 +0300 Subject: [PATCH] Update grab.test.ts --- tests/commands/epg/grab.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/epg/grab.test.ts b/tests/commands/epg/grab.test.ts index d580f265..8d40f16f 100644 --- a/tests/commands/epg/grab.test.ts +++ b/tests/commands/epg/grab.test.ts @@ -86,7 +86,7 @@ describe('epg:grab', () => { if (process.env.DEBUG === 'true') console.log(cmd, stdout) expect(content('tests/__data__/output/guide.xml')).toEqual( - content('tests/__data__/expected/guide.xml') + content('tests/__data__/expected/custom_guide.xml') ) })