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') ) })